Learning Open_CV to use it later for ML / DL Applications
- Finish HandDetection Module Before this Month [Almost_Done]
- Quality of Life : Powershell Customization
To use Face_Dection + Gestures to control various things
- Open Browser
!pip install tensorflow==2.4.1 tensorflow-gpu==2.4.1 opencv-python matplotlib
- ssetting up a venv
$ python -m venv open_cv_proj
-
Click OK on the VSC prompt
-
Activate the venv
$ .\open_cv_proj\Scripts\activate
$ pip install opencv-python mediapipe
Switched to Pre-Release verions and everything works really smooth