This set of Notebooks provides set of code to run the script
Step 2. Create a new virtual environment
python -m venv tfod
Step 3. Activate your virtual environment
.\tfod\Scripts\activate # Windows
Step 4. Install dependencies and add virtual environment to the Python Kernel
python -m pip install --upgrade pip pip install ipykernel python -m ipykernel install --user --name=tfodj