Skip to content

andresayac/ChatBotBender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ChatBotBender

chatbot utilizando chatterbot y flask

Installation

ChatBotBender requiere python v3+ para inicio.

Es obligatorio instalacion de dependencias

$ git clone https://github.com/andresayac/ChatBotBender.git
$ cd ChatBotBender
$ pip install flask
$ pip install ChatterBot
$ pip install chatterbot-corpus
$ python3 main.py

Se debe ejecutar el archivo main.py, para entrenar el chatbot y iniciar el servidor. Luego abrir la siguiente URL en el navegador: http://127.0.0.1:5000/ Ingresar el mensaje en el campo de texto y presionar enter para enviar.

Referencias

About

chatbot utilizando chatterbot y flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published