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 .