*keep in mind this is still very early in it's progress and is very recently created
Dumb AI is a simple AI chatbot that can answer basic knowledge questions and solve simple math problems (addition and multiplication). Users can also expand its knowledge by adding text files to the knowledge folder.
- Answers general knowledge questions.
- Solves basic math problems (addition and multiplication).
- Allows users to add more knowledge by creating text files.
-
Clone the repository:
git clone https://github.com/coolCoder-hub/Dumb-AI.git cd Dumb-AI -
Run the AI:
python ai.py
In the knowledge folder add a new txt file name it whatever you want and add in the knowledge in the following layout:
- There are 365 days in a year
- 4+3 = 7
- 3x3 = 9
This product is open source under the MIT License