Skip to content

0x15F9/ColabDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Init repository

git init

Add items to repository

git add .

Commit

git commit -m "adding items"

Add remote to specify the repository on Github

git remote add origin _______

Push

git push origin master


Use from colab

install dependencies

!pip install ________________

!pip install -r requirements.txt

Clone repo

git clone ________

Run code

!python ColabDemo/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages