Jayant Verma

Jayant Verma

Tokenization in python

Tokenization in Python using NLTK

Let’s learn to implement tokenization in Python using the NLTK library. As humans, we heavily depend on language to communicate with one another. Artificial Intelligence also requires computers to understand our language. Making computer understand and process a language comes…

Read Image

Read Images in Python using OpenCV

Python makes it easy to import images and play around with them. Knowing how to read images in Python will enable you to do image processing and train machine learning models on image data. What is Image Processing? Image processing…