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
- Thinking Process
- Output
- Clone the repository:
git clone https://github.com/izzhamburhan/AgentAI-MY.git
- Install the dependencies :
pip install -r requirements.txt
- Run the main.py file
streamlit run main.py
- Enter prompts to interact with the conversational agent. Type 'q' to quit.