A chatbot built with python, chatterbot and flask
- HTML5
- BOOTSTRAP
- CSS3
- Sass
- Python
- Flask
The chatbot utilizes AI to give random responses to input. The responses range from topics in technology, health, psychology and more.
These instructions will get you a copy of the project up and running on your local machine.
From your command line, first clone the project:
# Clone this repository
$ git clone https://github.com/paulzay/hng-chatbot
# Go into the repository
$ cd hng-chatbot
# Open the project on Vscode
$ code .
# Create a virtual environment
$ python3 -m venv env
# Enter the virtual environment
$ source env/bin/activate
# Install the dependencies
$ pip install -r requirements.txt
# Start the server
$ flask run
👤 Paul Ogolla
- Github: @paulzay
- Twitter: @paulzay
- Linkedin: Paul Ogolla
Give a ⭐️ if you like this project!