AgentAI - MY

AgentAI is a conversational agent built using the ReAct framework and OpenAI's GPT-3.5 model. It assists users by providing information about world population statistics and details about anything (regarding file that we input). This is also to train RAG for my practises.

  • Receive PDF file
  • User can ask anything (knowledge system based on the files given)
  • User can instruct the system to write notes

Process

  1. Thinking Process
    image
  2. Output
    image

Installation

  1. Clone the repository:
    git clone https://github.com/izzhamburhan/AgentAI-MY.git
    
  2. Install the dependencies :
    pip install -r requirements.txt
    
  3. Run the main.py file
    streamlit run main.py
    
  4. Enter prompts to interact with the conversational agent. Type 'q' to quit.