Introduction

Colab (short for Colaboratory) allows the user to write and execute Python on your browser, with

  • Zero configuration required
  • Free access to GPUs
  • Easy sharing

Whether you're a student, a data scientist or an AI researcher, Colab can make your work easier.

Screenshot

Google Colab is a free, browser-based notebook environment that runs entirely in the cloud.

1. Why use Google Colab?

  1. Serverless: Colab allows you to instantly spring up a Jupyter Notebook completely serverless in the browser which means that you do not have to worry about provisioning hardware, your Python version and path or if you are on Windows, MacOS or even a phone.
  2. Sharing: You can share the notebook seamlessly, just like a Google Doc.
  3. Free GPU: Free GPU at the click of a button.
  4. Here is the Link to download my Google colab files for training and 2D map construction from SVO.
    For further information on how it is used in this project refer to the Algorithms section.