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

https://github.com/aladnansami/nlp-chatbot-nstubot

In this Python web-based project , I am to build a chatbot using deep learning and flask techniques.
https://github.com/aladnansami/nlp-chatbot-nstubot

chatbot flask nlp nlpchatbot

Last synced: about 2 months ago
JSON representation

In this Python web-based project , I am to build a chatbot using deep learning and flask techniques.

Awesome Lists containing this project

README

        

# NLP-Chatbot-NSTUBOT
# WEB-BASED CHATBOT USING FLASK API

In this Python web-based project , I am to build a chatbot using deep learning and flask techniques. The chatbot will be trained on the dataset which contains categories (intents), pattern and responses. I use a special artificial neural network (ANN) to classify which category the user’s message belongs to and then i will give a random response from the list of responses.
chatbot using Flask, NLTK, Keras, Python, etc.

# Here are the 5 steps to create a chatbot in Flask from scratch:
1.Import and load the data file

2.Preprocess data

3.split the data into training and test

4.Build the ANN model using keras

5.Predict the outcomes

6.Deploy the model in the Flask app

# How to use
1. clone git repo

2. Import required python packages

3. connect mysql database

4. connect mongodb database

5. First run traning.py

6. Than app.py

here data.json is data file