Skip to content

Embedded Software: Running machine learning models on Raspberry Pi

Notifications You must be signed in to change notification settings

undefined-rainy-storm/embedded-raspi-tinyml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

임베디드소프트웨어: 후반기, 라즈베리파이에서 인공지능 실행하기

시작하기

환경 구성

conda_env.yml 참조

conda create -n <env-name> python=3.10
conda install --file requirements.dev.txt
python -m venv <env-name>
source <env-name>/bin/activate
pip install -r requirements.prod.txt

About

Embedded Software: Running machine learning models on Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published