This project is a simple chatbot designed to explain high school chemistry concepts.
-
Clone the repository:
git clone https://github.com/bcokdilli/SimpleChatBotWithMemory.git cd SimpleChatBotWithMemory -
Install the required packages:
pip install -r requirements.txt
-
Set up your environment variables in a
.envfile. -
Run the chatbot:
python main.py
-
Type your questions about chemistry and get answers!
python main.py
> What is an atom?
An atom is the smallest unit of matter that retains the properties of an element. It is composed of a nucleus and electrons. The nucleus contains protons and neutrons, while electrons orbit around the nucleus.