Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 335 Bytes

File metadata and controls

13 lines (10 loc) · 335 Bytes

CHATBOT

This is a chatbot made with C++. Just wrote the algorithm. I'll add more data and make it more intelligent later when I have time. Contributions are warmly welcome.

How to build:

git clone https://github.com/usithadev/ChatBot.git
cd ChatBot
cmake -S . -B ./build -G "Unix Makefiles"
cd build
cmake --build .