Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.24 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.24 KB

hng-chatbot

A chatbot built with python, chatterbot and flask

Built With

  • HTML5
  • BOOTSTRAP
  • CSS3
  • Sass
  • Python
  • Flask

Project Description

The chatbot utilizes AI to give random responses to input. The responses range from topics in technology, health, psychology and more.

Screencast

Peek 2020-06-25 16-15

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine.

How To Use 🔧

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

CONTRIBUTOR

👤 Paul Ogolla

Show your support

Give a ⭐️ if you like this project!