Skip to content

bcokdilli/SimpleChatBotWithMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages