Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 661 Bytes

File metadata and controls

18 lines (13 loc) · 661 Bytes

Error1k101

Jaipur project based on image classification

Prerequesite

  1. you need python installed on your system
  2. you need VS code and python extension for vs Code installed .

Steps to Run on Local Environment

  1. fork this repo
  2. clone the forked repo to your local machine .
  3. create a virtual env in the working directory using python -m venv env_name or python3 -m venv env_name
  4. activate env using ./env_name/bin/Activate.ps1 (for windows) or . ./env_name/bin/Activate (for linux or mac).
  5. Run pip install -r requirements.txt
  6. Extract the Annotations.tar to the working Directory
  7. Run the notebook using python extensios.