Files
BitLit_test1/README.md
T
2018-12-28 11:25:10 +08:00

28 lines
915 B
Markdown

# Run
To run the program once installed
>> python BitLit_decoder1.py HiBitLit.pmdl
After sometimes you should say " HI BitLit" then wait till the poetbot speak to you..and enjoy the rest.. At the end you just need to say again " Hi BitLit" to a different vocal input for so that the poetbot can generate a new poem and the cycle can go days and weeks..
WARNING::: Might be slow depending on your computer capabilities..
# Setup
- clone the repositry
Requirements:
- Python2, pip
- for mac
- Brew (mac: sudo apt-get install linuxbrew-wrapper)
- PIP (sudo apt-get install python-pip)
- PortAudio (mac: brew install portaudio)
- for ubuntu:
- PortAudio (sudo apt install portaudio19-dev)
- gTTS (pip install gTTS)
- SpeechRecognition (pip install SpeechRecognition)
- PyAudio (pip install pyaudio)
- Tensorflow (pip install tensorflow)
- Unzip SNOWBOY v1.1.1 (http://docs.kitt.ai/snowboy/#downloads)