Skip to content

Instantly share code, notes, and snippets.

@alankbi
Last active June 23, 2023 03:30
Show Gist options
  • Save alankbi/be125e404daef6b4521678d61fd9275a to your computer and use it in GitHub Desktop.
Save alankbi/be125e404daef6b4521678d61fd9275a to your computer and use it in GitHub Desktop.
Google Colab: mount your Drive, change directory, and download Detecto
import os
from google.colab import drive
drive.mount('/content/drive')
os.chdir('/content/drive/My Drive/Detecto Tutorial')
!pip install detecto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment