Made a ML model to predict if a person has COVID – 19 or not based on the symptoms the person gives. GUI for the model was also made using streamlit python module.
Used MNIST dataset to make a handwritten digit recognizer. Used logistic regression to make the model having 91% accuracy. Used tkinter python module to make the GUI so that user could draw and the model could predict.
Made a voice assistant using python speech recognition module to perform some basic tasks like opening some apps, wishing the user, finding information on Wikipedia etc.
Used MySQL to build a database management system for an online food delivery system. SQL queries were used to take care of the data from ordering of food to its delivery. GUI as made using tkinter python module.
Created a portfolio website using HTML, CSS, Javascript & Bootstrap. Used Github to then host the website online.
Used the technologies like Computer Vision And Deep Learning to monitor parking spaces. The system continuously monitored parking spots for vacancy using OpenCV & M-RCNN and used yolov5 for extraction of license plates too.