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
- Host: GitHub
- URL: https://github.com/underdogbytes/first_chatterbot
- Owner: underdogbytes
- Created: 2019-05-07T11:31:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T15:42:33.000Z (about 3 years ago)
- Last Synced: 2025-04-09T15:57:43.082Z (about 1 year ago)
- Topics: chatterbot, flask, python
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.