An AI chatbot server, which can easily be deployed to Heroku.
Make sure you have Python 3.8 installed locally. To push to Heroku, you'll need to install the Heroku CLI.
$ git clone https://github.com/DadiAnas/AI-Chatbot-FlaskServer.git
$ cd ai-chatbot-flaskserver
$ py -m venv getting-started
$ py -m pip install -r requirements.txt
$ heroku localYour app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku run python app.py
$ heroku openor
For more information about using Python on Heroku, see these Dev Center articles: