Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metawake/speech_to_orders_cli
https://github.com/metawake/speech_to_orders_cli
deep-learning keras neural-networks pyaudio python speech-recognition tensorflow
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/metawake/speech_to_orders_cli
- Owner: metawake
- Created: 2024-01-19T13:12:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-19T13:18:02.000Z (about 1 year ago)
- Last Synced: 2024-12-08T11:12:59.316Z (2 months ago)
- Topics: deep-learning, keras, neural-networks, pyaudio, python, speech-recognition, tensorflow
- Language: Python
- Homepage:
- Size: 2.43 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple Docker container with an app that
listens to audio and records McDonalds orders,
recorgnizes items and will suggest a coffee if needed.The app uses TensorFlow, Keras, SpeechRecognition and pyaudio.
Training the model: train_model.py
Using the model: process_stream.py (CLI app, listens to your voice orders and maps them with McDonalds menu).![Screenshot](https://github.com/metawake/speech_to_orders_cli/blob/master/speech-to-orders.png)