This project is a gesture recognition system built using the MediaPipe framework. It allows you to recognize hand gestures from different input sources such as your webcam, images, and videos. Additionally, it provides a Streamlit interface to make the system more interactive.
The system is capable of recognizing gestures in real-time from:
- Webcam: Use your webcam to capture hand gestures.
- Images: Upload images for gesture recognition.
- Videos: Process video files to detect hand gestures.
- Streamlit Interface: A simple user interface using Streamlit to interact with the system.
The project relies on MediaPipe, a machine learning framework used for building perception pipelines like gesture detection.
bash
python -m venv venv
python3 -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python app.py
app2.py
app3.py
streamlit run appInterface.py
Hope this helps! If you have any questions, feel free to ask.
This README.md
file provides a simple overview of the project, setup instructions, and usage guidance. It includes instructions for running each of the four Python files along with details about creating a virtual environment and installing dependencies. Let me know if you need further customization!