Skip to content

vickychen928/aiot220517

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AIoT-Lecture14

AIoT-Lecture14 practice (0517):
Project Goal
We are going to develop an AIoT web using Flask. This course require student to use the vs code to develop our project and push their codes on th github.

  1. Register a github account (done)
  2. New an repository on the github image
  3. Open VS code then git clone this repository
    git clone https://github.com/vickychen928/AIoT-Lecture14.git
```text
echo "# 0517" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/vickychen928/AIoT-Lecture14.git
git push -u origin main
```
  1. 安裝 python extension module in vs code (package controller)
  2. Open In Colab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published