An open API service indexing awesome lists of open source software.

https://github.com/underdogbytes/first_chatterbot

My first time using chatterbot, did while graduating
https://github.com/underdogbytes/first_chatterbot

chatterbot flask python

Last synced: 29 days ago
JSON representation

My first time using chatterbot, did while graduating

Awesome Lists containing this project

README

          

# first chatterbot

Hello there! How are you?
I'm [@bridgetocross](https://www.instagram.com/bridgetocross/) and this is my first chat using chatterbox.

Unfortunatelly, I've done this at course, using an windows (so arght! D:), here is the steps to create and run chatterbox in your machine, with web:

# How to run this?
1. Create and activate your virtualenv or similar
2. pip install -r requirements.txt
3. USE:
flask run
OR
python app.py
4. Enjoy :)

# TUTORIAL

How can I do an similar project, by myself?

**At Windows**

1. Install python, the 64 bits version.
2. Create ya virtualenv or similar:
pip install virtualenv
virtualenv YOUR_VENV_NAME

Then:

cd YOUR_VENV_NAME
cd Scripts
cd activate
3. pip install chatterbot
4. pip install chatterbot-corpus
5. pip install Flask
6. pip install SQLAlchemy

. : A T T E N T I O N : .

Maybe you will have an alert at prompt of command, warning about PyYAML 5.1 and so on, but, it's not important. Just keep it.