Number Plate Recognition of vehicles written in Python using OpenCV, Pillow(PIL) and pytesseract library.
The code detects handwritten digits and recognizes them Using OpenCV and Tensorflow Python module.
Sentiment Analysis model using twitter samples written in Python using Natural Language Toolkit (NLTK) library.
In this project, we will see how to use OpenCV cv2.putText() function to show current Date and Time on live Video.
In this Project, we will see how to use OpenCV cv2.putText() function for writing a text on the image in Python.
This tutorial will help you play and create a simple and small Battleship Game in Python. The only way to win the game is to find the position of the battleship in the given limited chances.
Travel API takes Departure city, Arrival city and Date of Travel as input. And returns the details about the trip like Destination, No of days left in left, Weather of the destination city.
In this project we use Python to automate the process of choosing the laptop of our choice and then adding that selected laptop to the cart. This project can set to different price ranges.
This is a Webscrapping Project using Python. The website is scrapped and the data collected is stored in Books.csv. And Price vs No of Books graph is plotted.
In this module you will be get to know how to translate a sentence from one language to another using one package translate in Python.
The project detects whether a person in the video/image is wearing a mask or not using OpenCV and Tensorflow Python module.
In this Tutorial, we will learn how to use Python and Deep Learning on CSV file and SMOTE method to convert imbalance data into balance data.