Skip to content

hashinclude72/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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