Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdulhadi806/learning-opencv


https://github.com/abdulhadi806/learning-opencv

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Learning OpenCV

Description of the image

## 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)