/Chatbot

Created a chatbot with voice output using tflearn.

Primary LanguagePython

Chatbot

Introducing Neomi My First ever chatbot.... still under development

Created a chatbot with voice output using tflearn,and flask.

🔵 This chatbot has Voice output also, if your windows support speechsynthesis than it must work in your system


☺ Recomended python 3.6.5 as python 3.7 and above might not support tflearn.

download it from link https://www.python.org/downloads/release/python-365/

☺ Better if you create your own virtual Environment to run this program.

☺ Need to install the required packages in requirment.txt

> pip install -r requirements.txt

☺ Its a web app, deployed using flask and some confusing java scripts.

☺ Used tflearn which is an older version and works with lower version of tensorflow, Tensorflow 2.0 and above are not supported

☺ Change the content inside the intent.json file for your desired output.

☺ Need to run the the run.py file and now you are good to go.

> python run.py

Enjoy the app