Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 888 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 888 Bytes

Chatbot

Keyword based chatbot using C language.

Chatbot is a simple bot written in C. The base algorithm is that our conversation is based on keywords. The bot seaches for this keyword and present a suitable response on basis of that keyword. Used Hashing and Indexing to access keywords efficiently.

Chatbot is be able to provide answers to the queries on topics like Faculty Information, Financial Details & Semester Subject Details of UPES.

Clone

git clonehttps://github.com/jaswal72/chatbot.git

Installation

cd chatbot
gcc chatbot.c -o chat

Usage

Now run ./chat or .\chat and start chatting with the bot.

Demo

chat chat

For any issues contact me at:

shubham__jaswal@hotmail.com