Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 878 Bytes

File metadata and controls

40 lines (27 loc) · 878 Bytes

ChatBot Application

This project is a simple chatbot designed to explain high school chemistry concepts.

Installation

  1. Clone the repository:

    git clone https://github.com/bcokdilli/SimpleChatBotWithMemory.git
    cd SimpleChatBotWithMemory
  2. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Set up your environment variables in a .env file.

  2. Run the chatbot:

    python main.py
  3. Type your questions about chemistry and get answers!

Example

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.

License

MIT