Skip to content

DadiAnas/AI-Chatbot-FlaskServer

Repository files navigation

Python: Getting Started

An AI chatbot server, which can easily be deployed to Heroku.

Running Locally

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 local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main

$ heroku run python app.py
$ heroku open

or

Deploy

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published