LogoLogo
  • What is Theos AI?
  • Get Started
    • Object Detection
    • Pose Estimation
  • Library
    • Computer Vision
      • Object Detection
      • Semantic Segmentation
      • Image Classification
      • Pose Estimation
      • Face Recognition
    • Natural Language Processing
      • Language Translation
      • Question Answering
      • Sentiment Analysis
      • Text Generation
      • Text Summarization
    • Speech
      • Speech Recognition
      • Voice Cloning
      • Emotion Recognition
      • Speaker Verification
      • Speech Synthesis
  • Datasets
    • Image
      • Upload
      • Classes
      • Labels
        • Bounding Box
          • Labeling
          • Autolabeling
          • Formats
            • Theos JSON
            • COCO JSON
            • Darknet TXT
            • Pascal VOC
    • Text
    • Audio
  • Machines
    • Theos Cloud
    • Google Colab
    • On-Premise
  • Train
  • Deploy
    • OCR Languages
  • Rest API
    • Datasets
    • Machines
    • Train
    • Deploy
Powered by GitBook
On this page
  • Open the notebook
  • Install our python package
  • Restart Google colab's runtime
  • Run the setup
  • Log in to your Theos account
  • Copy your project key
  • Connect Colab to Theos
  • Verify the new machine
  • Delete your machine

Was this helpful?

  1. Machines

Google Colab

Google's free GPU instances.

PreviousTheos CloudNextOn-Premise

Last updated 2 years ago

Was this helpful?

Open the notebook

Go to the section of Theos and click on the + button, then click on the Use google colab button to open the Theos notebook.

Install our python package

Restart Google colab's runtime

Click the Restart runtime button at the end of the installation in order to use the newly installed versions of the packages.

Run the setup

Run the Theos CLI setup to finish the installation process.

Log in to your Theos account

Enter your username and password to log in to your Theos account.

Copy your project key

Go to your project settings and copy your project key.

Connect Colab to Theos

Connect this colab instance to Theos by pasting your project key next to the --project-key argument and run this cell.

Verify the new machine

Go to the Machines section of the platform to verify your colab instance was connected successfully.

Delete your machine

Run the first cell to install the and all its dependencies.

Colab instances last only a few hours before Google shuts them down. If you are in the Free plan you will have only 1 machine available. In order to have many machines, subscribe to one of our . Otherwise, if you want to connect another colab instance, click the machine's card, then click the Advanced tab, and finally click on the Delete machine button to delete it and be able to connect a new machine.

Theos python package
professional plans
Machines
Connecting a new Google colab instance to Theos
Installing the Theos python package
Restarting the Google colab's runtime
Running the Theos CLI setup
Logging in to Theos
Copying the project key
Connecting this colab instance to Theos
Verifying the colab instance connected successfully
Deleting your machine.