Skip to content

Niranjan-GopaL/Exploring__Open_CV__

Repository files navigation

Exploring__Open_CV__

Learning Open_CV to use it later for ML / DL Applications

Goals :-

  • Finish HandDetection Module Before this Month [Almost_Done]
  • Quality of Life : Powershell Customization

Ideas :-

To use Face_Dection + Gestures to control various things

  • Open Browser

Setting up environmetn for TensorFLow

!pip install tensorflow==2.4.1 tensorflow-gpu==2.4.1 opencv-python matplotlib

Setting Up the Environment for Open_CV

  1. ssetting up a venv
$ python -m venv open_cv_proj
  1. Click OK on the VSC prompt

  2. Activate the venv

$ .\open_cv_proj\Scripts\activate
$ pip install opencv-python mediapipe

Issues with Python VSC Extension

Switched to Pre-Release verions and everything works really smooth

About

Learning Open_CV to use it later for ML / DL Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published