Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 324 Bytes

File metadata and controls

10 lines (6 loc) · 324 Bytes

ChatBot_using_NLP

This is a ChatBot I made for a HACKATHON in my firm. It uses NLP to select a response from a library of predefined responses(i.e. Dataset).

run using

-> python3 chatbot.py

ask what you want to ask the bot.

You can add your own conversations to the dataset so that the bot can reply back accordingly.