Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 201 Bytes

File metadata and controls

9 lines (8 loc) · 201 Bytes

Set Up the Environment:

git clone https://github.com/jayesh-sangave/Computer_Vision.git
cd Computer_Vision
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt