An open API service indexing awesome lists of open source software.

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

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
```