mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
.. | ||
chatbot_model.h5 | ||
chatbot.py | ||
classes.pkl | ||
intents.json | ||
README.md | ||
requirements.txt | ||
training.py | ||
words.pkl |
Chatbot AI 🤖
This project contains an AI powered chatbot that you can interact with for both fun and to learn about how these technologies work.
Tech Stack
- Python 3.9
- Tensorflow
- Keras
- nltk
- numpy
How to setup the project
- Clone this repo
git clone https://github.com/metafy-social/daily-python-scripts.git
- Move to the project folder
cd '.\scripts\Chatbot AI\'
- Install dependencies
pip install -r requirements.txt
- Run the python script
chatbot.py