Skip to content

ivcandela/simple-ai-chatbot-python

Repository files navigation

Simple AI Chatbot Python

Source: NeuralNine

NLTK Data Installation

To download the corpora used by nltk, run the Python interpreter and type the commands:

import nltk
nltk.download()

Choose which corpora and where to save them on your system, for more information visit NLTK :: Installing NLTK Data

Training

python training.py

Launching the Chatbot

python chatbot.py

About

A simple Chatbot in Python with intent recognition classification. From NeuralNine video -> 1lwddP0KUEg

Topics

Resources

Contributing

Stars

Watchers

Forks

Languages