AI - ML Engineer
Hi, I am Nisha Goswami, a Computer Engineering Student passionate about AI, Machine Learning, and Creative projects.
Reliance JIO Infocomm Limited
A real-time computer vision system to detect driver drowsiness using YOLO and PyTorch.
Drowsy driving is a major cause of road accidents, and there was a need for an accurate, real-time detection system that could alert drivers before fatigue leads to dangerous situations.
Developed a YOLO-based computer vision model in PyTorch to detect signs of driver drowsiness by monitoring facial landmarks such as eye closure and yawning frequency. The system processes live video feed from a camera and triggers an audible alert when drowsiness is detected.
A machine learning system that classifies celebrities based on scraped images using an ensemble of models.
There was no lightweight and accurate way to recognize celebrity images via a web interface, especially using scraped data without huge datasets.
Built a pipeline to scrape celebrity images via Google Images, processed them using OpenCV and NumPy, trained an ensemble of models—including XGBoost, Random Forest, LightGBM, and Logistic Regression—and deployed the classifier through a Flask-based web UI.