This project aims to create a tool using Python & Tesseract OCR that identifies words in any given image and counts the occurences of any given target word.
In this project, I have analyzed and created a model to sort the tweets based on the words used. I have used Python for this project
This code takes the input array from user and sort it using the heap sorting algorithm (most time and space efficient) , shows the process of heap sort and gives the final sorted array list.
In this project, I have used Python to apply various Machine Learning algorithms to predict Black Friday Sales. R2 Score and RMSE score were used to evaluate the model.
This project gives user access to a menu of different tasks to perform like registering new entry in hotel, modifying/deleting a current entry or showing total entries currently in the hotel.
To build a model that can help to detect whether a person is wearing a mask or not with the help of a web camera using OpenCV, Keras and TensorFlow.
This project aims to create an interactive Chatbot using the Flask framework in Python
I created a model that will look at cars, detect where's the license plate, segment that out and 'read it', return what it read in string format using Tesseract and Opencv in Python .
This is a very simple face recognition that open CV has developed. Using a pre-trained cascade file we can easily detect faces within the images. Can be easily done with Pycharm Python.
Student Management System is a system for education establishments used to manage student data. This project enables you to create, read, update, search, and delete Student Records.
Given a Bank customer, can we build a model which can predict whether that particular customer will leave the bank in the next 6 months or not.
Build a web scraper project that scrapes details of BatsMan of each team that played in a world cup using JavaScript,fs module and xlsx module.