Master class- Build your own copilot
Project consist of 5 agents:
- Research agent - summarize research paper
- Fitness Agent - suggest exercises based on food intake
- Question and Answer agent - searches google and summarize top n links
- SDLC Agent - helps te generate code, test cases, to find bugs , explaination of given code , add comments to the code , and optimize the given code
- RAG Agent - chat with your own PDF
-
Install latest version of python (3.12.2 )
-
set PATH environment variables for python and pip
-
install vscode
-
open masterclass folder from vscode
-
run following commands vscode terminal
i. pip install -r requirements.txt
ii. streamlit run copilot.py
First time it ask for email but you ignore and click enter, copilot will be launched in your default browser