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