/Computer_Vision_Workshop

Primary LanguageJupyter NotebookMIT LicenseMIT

Computer Vision Bootcamp

Computer Vision Bootcamp - A Taste of Computer Vision using Deep Learning

Requirement for attendees:

Access to Google Colab using your Google Accounts

  1. Open Google Colab: https://colab.research.google.com/
  2. Go to File -> Open Notebook
  3. Select Github option
  4. Paste the github notebook link: https://github.com/adib0073/Computer_Vision_Workshop/blob/master/CV_Bootcamp-Classification%20of%20Movie%20Genre%20from%20Movie%20Posters.ipynb
  5. Once the notebook is opened, connected to the run-time environment after signing in with your Google account
  6. While running the notebook, uncomment the specific Google Colab environment lines of code
  7. Change the required file path/directory as and when required to match the mounted Google Colab path.

From Google Colab environment:

For Bootcamp from Google Collab

! git clone https://github.com/adib0073/Computer_Vision_Workshop.git from google.colab import drive drive.mount('/content/drive')

For Bootcamp from Google Collab

import sys sys.path.insert(0, r'/content/Computer_Vision_Workshop.')