Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danesherbs/atlas
Iron-Man-inspired voice controlled operating system
https://github.com/danesherbs/atlas
Last synced: 4 days ago
JSON representation
Iron-Man-inspired voice controlled operating system
- Host: GitHub
- URL: https://github.com/danesherbs/atlas
- Owner: danesherbs
- Created: 2015-07-11T21:05:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T20:12:10.000Z (about 9 years ago)
- Last Synced: 2024-04-21T06:14:58.845Z (7 months ago)
- Language: Python
- Homepage:
- Size: 3.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlas
#### The Iron-Man-inspired voice controlled operating systemRunning Atlas:
python atlas.py
Playing music:
"Atlas"
* wait for Atlas to respond *
"Time to program"Stopping music:
"Atlas"
* wait for Atlas to respond *
"Stop the music"
Powering off:"Atlas"
* wait for Atlas to respond *
"Power off"## Screenshot
![ATLAS](https://i.imgur.com/TZWadtI.png)
## Requirements
Atlas relies on Google's speech recognition and TTS APIs:
* [SpeechRecognition 1.5.0](https://pypi.python.org/pypi/SpeechRecognition/)
* [gTTS 1.0.2](https://pypi.python.org/pypi/gTTS/1.0.2)For a quick install, run:
pip install SpeechRecognition gTTS