TODO:
TODO: Do a comparative study of the 2 libraries and propose why we chose python
python >= 3.5
- To create the virtual environment:
python -m venv venv
- To activate venv
source venv/bin/activate
- Install project dependencies with
pip install -r requirements.txt
- To run the main file file with video capture:
python src/main.py
Once done, you can shutdown your virtual environment by:
deactivate