Thanks for visiting
Tensorflow based Chatbot using Flask, Python and JavaScript .
Made as a University Research Project. It is currently deployed on the default WSGI server.
Link to the chatbot deployed through Heroku:
https://serene-fjord-29620.herokuapp.com/
Note: Please make sure you have Python 3.6 or 3.7 installed and a virtual environment set up. I used PyCharm as my preferred IDE.
Install the requirements file
pip install -r requirements.txt
Run the application as a Python file
python app.py
Upon successful execution of the code the chatbot will be deployed to a local host at:
Run the application as a Flask application. If you use the Flask executable to start your server, you can use the script below to change the default from 127.0.0.1 and open it up to non local connections. Simply run the flask app with your acquired IPv4 address
flask run -h 192.168.X.X
The final chatbot looks like the following
Link to the chatbot:
https://serene-fjord-29620.herokuapp.com/
Inspired the by the tutorial:
https://chatbotsmagazine.com/contextual-chat-bots-with-tensorflow-4391749d0077