Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 4.48 KB

README.md

File metadata and controls

49 lines (34 loc) · 4.48 KB

Introduction

This is the tutorial for the environment setting of the TechX computer vision track, which will help you set up everything you need for development. 👾Many detailed tutorials and documents are linked to the Badge Button below. If you wanna learn more, feel free to click it and explore it on your own!

What is Colab & Why Colab?

Collaboratory Platform, short for Colab, is an Integrated Developer Environment(IDE) developed by Google. It also functions as the developing platform in which we are going to write and test our code. A good weel could facilitate developers on a great scale. Therefore, choosing a well-integrated IDE would be crucial. Colab, as an online IDE, outperforms many other local IDE on three aspects: easy to deploy, easy to config, various computation resources. More introduction about Colab Click me~

System, Language and Tools

Click badge below!

Ubuntu Python Colab Jupyter Vim Git Docker

Packages:

Numpy Tensorflow Pytorch Keras Scikit Learn Pandas Opencv

Task One: VPN Dependency

Make sure you have a VPN service; thus, you can use google, colab, etc. For ones who don't have VPN, TBD.

Task Two: Set up your Google Account

If you already have a Google account, please skip this task. If you don't have a google account, please follow the instruction explicitly and make sure all the settings are correct.

Task Three: Set up your Colab

Now we can access Colab; Follow the instruction and create your own Colab notebook.

Task Four: Advanced Setting in Colab

Now the basic configuration is all set. If you wanna know more about Colab, follow the additional instruction.

Task Five: Useful Commands

Please check the notebook in the asset or colab to learn some useful majic commands in the notebook.