Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/raspberryapi
APIs that make your RaspberryPi do cool things.
https://github.com/anze3db/raspberryapi
Last synced: 7 days ago
JSON representation
APIs that make your RaspberryPi do cool things.
- Host: GitHub
- URL: https://github.com/anze3db/raspberryapi
- Owner: anze3db
- Created: 2021-04-25T23:50:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T09:47:10.000Z (over 2 years ago)
- Last Synced: 2024-11-01T04:42:34.571Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi APIs
APIs that make your RaspberryPi do cool things.
## Setup
```
python3 -m pip install pipenv
git clone [email protected]:Smotko/RaspberryAPI.git && cd RaspberyAPI/
pipenv install
pipenv run uvicorn main:app --host 0.0.0.0 --port 8000
```## Speach API
Make your RaspberryPI speak to you!
### Setup
```
sudo apt-get install espeak
sudo raspi-config # Use this command to configure the Audio output (either AUX or HDMI)
aplay /usr/share/sounds/alsa/* # To make sure your Audio output is working
```