Follow these steps to set up the project:
git clone https://github.com/buithanhdam/computer-vision-handbook.git
cd computer-vision-handbook
Choose the appropriate command based on your operating system:
python3 -m venv venv
source venv/bin/activate
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt