Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulhadi806/learning-opencv
https://github.com/abdulhadi806/learning-opencv
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdulhadi806/learning-opencv
- Owner: AbdulHadi806
- Created: 2024-06-05T18:16:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T12:56:53.000Z (4 months ago)
- Last Synced: 2024-07-29T16:16:51.068Z (4 months ago)
- Language: Python
- Size: 20.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning OpenCV
## About the Repository
This repository is dedicated to my computer vision projects. Here, I will be uploading all my Python scripts related to computer vision, using the OpenCV library.
## Getting Started
### Prerequisites
To run the project, you need to install the required dependencies. Use the following command:
```bash
python -m venv myenv
myenv\Scripts\activate
pip install -r requirements.txt
cd
python .py
```### Projects for beginners in computer vision
[Adjusting computer volume through hand tracking](https://github.com/AbdulHadi806/learning-opencv/tree/main/hand_tracking)
[FaceRecognition system](https://github.com/AbdulHadi806/learning-opencv/tree/main/face_recognition)