python-scripts/scripts/Chatbot AI
2022-10-01 16:03:05 +05:30
..
chatbot_model.h5 Add Chatbot AI project 2022-10-01 16:03:05 +05:30
chatbot.py Add Chatbot AI project 2022-10-01 16:03:05 +05:30
classes.pkl Add Chatbot AI project 2022-10-01 16:03:05 +05:30
intents.json Add Chatbot AI project 2022-10-01 16:03:05 +05:30
README.md Add Chatbot AI project 2022-10-01 16:03:05 +05:30
requirements.txt Add Chatbot AI project 2022-10-01 16:03:05 +05:30
training.py Add Chatbot AI project 2022-10-01 16:03:05 +05:30
words.pkl Add Chatbot AI project 2022-10-01 16:03:05 +05:30

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

Screenshots of the project

screenshot 1

screenshot 2