Skip to content

Chatbot created using an Encoder-Decoder model with LSTM cells

Notifications You must be signed in to change notification settings

wladut23/dobby-chatbot

Repository files navigation

dobby-chatbot

Dobby is a chatbot created as a research project on Neural Networks.

Instructions to run the application

Create your python virtual environment and install dependencies:

python -m venv my-env
source my-env/bin/activate
python -m pip install -r requirements.txt

Run it with:

python NeuralNetworkModel.py

About

Chatbot created using an Encoder-Decoder model with LSTM cells

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages