Skip to content

Gr8z/ChatBotProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 

Repository files navigation

ChatBotProject

A simple AIML based Chat Bot written in C# which is a computer program that you can talk to.

Second Semester Object Oriented Programming Final Project at SZABIST.

Screenshot

Features

  • The bot is able to answer most questions and has the ability to carry on a normal conversation.
  • 1000's of chat templates in its repo, it has a wide general knowledge.
  • Knows about famous people, movies, songs, etc.
  • Knows alot of bad jokes.
  • You can teach him new things that it will remember.
  • Wonderful, Modern and User Friendly UI.
  • Persistent Chat system, you will not loose your conversation when you close the bot.
  • It can also speak using Microsoft Speech Recognition (Microsoft.Speech).

Note while compiling in Visual Studio

Not all of the required files are generated automatically on compilation.

So if you try to build a release version of the chatbot the code breaks. Following are the extra files that you need to explicilty place in the folder in which visual studio builds exe. (It is already places in Debug folder, you can copy paste to release)

  • aiml - This is also the folder where you can add aiml files
  • config
  • chatBotProject.vshost.exe
  • ChatBotProject.vshost.exe.config
  • ChatBotProject.vshost.exe.manifest
  • SOUND1.wav
  • SOUND2.wav

Screenshot 2022-08-21 132858

Here Highlighted files are not autogenerated and you need to copy.

Things to Say

Here are some things you can say to the bot.

  • Tell me a joke
  • Copy me
  • What is the Bible?
  • poop
  • cats suck
  • Where is Canada?
  • What is the Illuminati
  • I want to die
  • shut up

Contributors

These are the contributors to this Project in random order:

Credits

  • conversational back-end is provided by AIMLbot.dll, a C# implementation of Dr. Richard S. Wallace's A.L.I.C.E. system.
  • User Interface modules are provided by Bunifu_UI_v1.52.dll, a premium .NET UI Framework by Bunifu.