https://github.com/undefined-rainy-storm/embedded-raspi-tinyml
Embedded Software: Running machine learning models on Raspberry Pi
https://github.com/undefined-rainy-storm/embedded-raspi-tinyml
raspberry-pi tiny-ml
Last synced: 14 days ago
JSON representation
Embedded Software: Running machine learning models on Raspberry Pi
- Host: GitHub
- URL: https://github.com/undefined-rainy-storm/embedded-raspi-tinyml
- Owner: undefined-rainy-storm
- Created: 2024-11-11T02:05:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T05:35:23.000Z (over 1 year ago)
- Last Synced: 2025-01-22T01:13:48.182Z (over 1 year ago)
- Topics: raspberry-pi, tiny-ml
- Language: Jupyter Notebook
- Homepage:
- Size: 7.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 임베디드소프트웨어: 후반기, 라즈베리파이에서 인공지능 실행하기
## 시작하기
### 환경 구성
[`conda_env.yml`](./conda_env.yml) 참조
```
conda create -n python=3.10
conda install --file requirements.dev.txt
```
```
python -m venv
source /bin/activate
pip install -r requirements.prod.txt
```