Here you can find every type of OpenCV projects to work with. Simply clone this project and get started with OpenCV.
- Any Operating System (ie. MacOS, Windows, Linux)
- Any IDE with Python installed
- Basic knowledge of Python
Just clone this repo using the following command
git clone https://github.com/SamwitAdhikary/OpenCV-Projects
Install the required packages
pip install -r requirements.txt
- AI Painter
- Chrome Dino
- Face Mesh
- Face Recognition
- Gender Detection
- Hand Detection
- Object Detect
- Volume Hand Control
Here are the commands to run and the final output.
To run the AI Painter run the command
cd "Ai Painter"
python main.py
To run the Chrome Dino run the command
cd "Chrome Dino"
python dino.py
To run the Face Mesh run the command
cd "Face Mesh"
python faceMesh.py
To run the Face Recognition you need to first read this after that run the below command
cd "Face Recognition"
python main_proj.py
To run the Gender Detection run the command
cd "Gender Detection"
python gender_detect.py
To run the Hand Detection run the command
cd "Hand Detection"
python project.py
To run the Face Recognition you need to first read this after that run the below command
cd "Object Detect"
python detection.py
To run the Volume Hand Control run the command
cd "Volume Hand Control"
python volume_control.py