- Data Scientist
- Software Developer.
- Machine Learning Engineer
I will complete my Bachelor's degree in Computer Engineering from University of Mumbai in 2021 . While earning my degree, I have successfully done 3 intenships at Yes Bank Limited. I will strive to achieve a reputed university to obtain my Master's Degree.
A basic course that taught us the fundamental mathematics and logic behind Computer Vision
A complete Python Bootcamp that covers Basic-Advanced python,
To create a “Contactless System” a.k.a a virtual mouse which is heavily reliant on mathematics and image processing. Trying to implement a new feature that will help zoom into the user's fingertips based on the distance he/she is away from the camera, will help keep the range of motion done by the user's fingertips, constant and independent of the distance. This is our plan of action and this project is being made in our final year, this was designed specially keeping Covid-19 in mind.
Poshan Abhiyaan is a government scheme that helps feed malnourished, underprivileged kids in rural areas of India. 1.Designed a system (web application) for health workers to monitor and trigger alarms if some women/child have not come for an upcoming dose. Additionally, if a mobile number of the patient is registered then provide notification to them to get the doses. 2.Usage of the Google Geocoding API to get a visual overview of all the health workers' locations and their data collected.
Used python’s OpenCV library to take a live snapshot of the user, this was compared to a previous given photo of the user using python’s Face Recognition library. The program will instantly append the user’s name/roll number with the exact time of entry, into a CSV file.
Used a haar cascade classifier to help detect the face, left eye, and right eye of the individual. Used a model that was trained on 8000 images of open and closed eyes in different lighting conditions. The program plays an alarm if your eyes are detected shut, and can have various real-life applications.
Using Backtracking to solve any given sudoku as an input. Trying to convert the code into a game, which solves the sudoku and classifies it into categories such as easy,medium,hard on the basis of the solving time..