This repository contains the VentBot project built using Keras and Tensorflow. Deployed in Flask.
Capstone project. A friendly chatbot that helps humans identify their emotions.
- Fork the repository from the original repo
- then, from your own GitHub account,
git cloneyour copied repository cdinto the repository- create a new virtual environment for the project
- Using pip run
python3 -m venv <project_name> - followed by
source <project_name>/bin/activateto activate your virtual environment
- Using pip run
- install the project dependencies with
pip install -r requirements.txt. - Now, you will need to install the
wordnetcorpora using the commandpython -m nltk.downloader all.
Want to chat with Ada right now on your local computer?
- Run
python train_chatbot.py(File responsible for patters and bot responses) - Then,
python chatbot_function.pyto train the customised dataset. - Finally, run
python app.pyto execute the final running script and deploy the app locally Ada will be available at the localhost on your browser.
Start chatting!
Head over to the Contributing page and check out the detailes instructions.