Jaipur project based on image classification
- you need python installed on your system
- you need VS code and python extension for vs Code installed .
- fork this repo
- clone the forked repo to your local machine .
- create a virtual env in the working directory using
python -m venv env_nameorpython3 -m venv env_name - activate env using
./env_name/bin/Activate.ps1(for windows) or. ./env_name/bin/Activate(for linux or mac). - Run
pip install -r requirements.txt - Extract the Annotations.tar to the working Directory
- Run the notebook using python extensios.