https://github.com/daveshap/maragi_sensor_audio
Audio sensor microservice for robots and AI
https://github.com/daveshap/maragi_sensor_audio
artificial-intelligence maragi maragi-sensor pyaudio rest-api
Last synced: 3 months ago
JSON representation
Audio sensor microservice for robots and AI
- Host: GitHub
- URL: https://github.com/daveshap/maragi_sensor_audio
- Owner: daveshap
- License: mit
- Created: 2018-03-02T13:56:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T15:38:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-12T15:50:36.352Z (over 1 year ago)
- Topics: artificial-intelligence, maragi, maragi-sensor, pyaudio, rest-api
- Language: Python
- Homepage:
- Size: 174 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instructions
1. **CLONE** this repo with `git clone https://github.com/daveshap/mic_svc.git`
2. **BUILD** the Docker image with `docker build --tag maragi_mic --file Dockerfile .`
3. **LAUNCH** the image with `./launch.sh` or `docker run -d --privileged --network maragi_net maragi_mic`