python-scripts/scripts/Chatbot AI/README.md
2022-10-01 16:03:05 +05:30

806 B

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