This repository contains multiple machine learning and computer vision projects implemented to solve real-world problems. Each project includes detailed explanations, dataset links, and source code.
- Description: A system to detect American Sign Language (ASL) alphabets using computer vision and deep learning models.
- Dataset: Synthetic ASL Alphabet Dataset
- Features:
- Utilizes a CNN model for classification.
- Predicts alphabets from static hand gesture images.
- Technologies: Python, TensorFlow/Keras, OpenCV
- How to Run:
- Follow the
READMEfile located in the project folder.
- Follow the
- Description: A system to detect drowsiness in drivers or users using real-time facial features.
- Dataset:
- MrlEye Dataset for eye detection.
- YawDD Dataset for yawning detection.
- Features:
- Detects eye closure and yawning using real-time video streams.
- Triggers alerts like beep sounds and visual warnings.
- Technologies: Python, TensorFlow/Keras, OpenCV, Dlib
- How to Run:
- Follow the
READMEfile located in the project folder.
- Follow the
- Description: A system that detects falls using motion detection algorithms to monitor elderly individuals and trigger alerts.
- Dataset: Fall Detection Dataset
- Features:
- Real-time fall detection based on video data.
- Alerts triggered when a fall is detected.
- Technologies: Python, OpenCV, TensorFlow
- How to Run:
- Follow the
READMEfile located in the project folder.
- Follow the
- Description: A smart CCTV system that automatically detects and recognizes objects or people in real-time, with capabilities like motion and anomaly detection.
- Dataset: Open Images Dataset
- Features:
- Detects people and objects in real-time using video feeds.
- Capable of tracking movements and alerting when anomalies are detected.
- Technologies: Python, OpenCV, TensorFlow, YOLO
- How to Run:
- Follow the
READMEfile located in the project folder.
- Follow the
- Description: A system that uses computer vision and deep learning to recognize and provide feedback on yoga postures.
- Dataset: Yoga Posture Dataset
- Features:
- Classifies yoga postures using images.
- Provides feedback on posture correctness.
- Technologies: Python, OpenCV, TensorFlow, Pose Estimation
- How to Run:
- Follow the
READMEfile located in the project folder.
- Follow the
Each project includes its own dependencies in a requirements.txt file. To install dependencies for a specific project, run:
pip install -r /requirements.txt
If you'd like to contribute to any of these projects:
Fork the repository.
Clone the repository to your local machine.
Create a new branch for your feature or fix.
Submit a pull request with a clear description of your changes.
All projects in this repository are licensed under the MIT License. Feel free to use, modify, and distribute the code with proper attribution.
For any questions, suggestions, or collaborations, feel free to reach out:
Name: Nitesh Kumar Email: nk7003361@gmail.com