From d09b73eb370392e791ec3770967a7d1b144aedc5 Mon Sep 17 00:00:00 2001 From: ShebMichel <45086441+ShebMichel@users.noreply.github.com> Date: Mon, 24 Dec 2018 05:56:58 +0800 Subject: [PATCH] Add files via upload --- REQUIRED_MODULE.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 REQUIRED_MODULE.txt diff --git a/REQUIRED_MODULE.txt b/REQUIRED_MODULE.txt new file mode 100644 index 0000000..0144484 --- /dev/null +++ b/REQUIRED_MODULE.txt @@ -0,0 +1,21 @@ +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.. + + REQUIRED MODULES + 1- Python (cmd python to check version??? If not then INSTALL) + 2- PIP (sudo apt-get install python-pip) + 3- gTTS (pip install gTTS) + 4- SpeechRecognition (pip install SpeechRecognition) + 5- Brew (sudo apt-get install linuxbrew-wrapper) + 6- PortAudio (brew install portaudio) + + Just make sure all required module are updated (sudo apt update && sudo apt + + upgrade) + + 7- PyAudio (pip install pyaudio) + 8- Tensorflow (pip install tensorflow) + 9- SNOWBOY +