Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Project

A deep learning chatbot created with Python and Flask

To get started follow the steps below:

  1. Install a virtual environment by runnning the following
virtualenv chatbotenv

source BotVertualenv/bin/activate

For windows

virtualenv chatbotenv

source BotVertualenv/Scripts/activate
  1. Install all the required libraries
pip install nltk
pip install numpy
pip install keras
pip install tensorflow
pip install flask

Run the chatbot.py file to create the model

python chatbot.py

Run the APP to create a Flask front end on port 8888 (or any port the app is pointing to)

python app.py

Resume :

source chatbotenv/Scripts/activate
pip install nltk
pip install numpy
pip install keras
pip install tensorflow
pip install flask
python chatbot.py
python app.py

About

Projet de classe du module Administration de Bases de Données, une petite chat bot application qui répond à des questions à propos la filière IRISI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages