/aiot220517

Primary LanguageJupyter Notebook

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