Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,11 @@ colorTo: yellow
|
|
8 |
pinned: true
|
9 |
---
|
10 |
# USC-GPT
|
11 |
-
|
12 |
|
13 |
-
|
|
|
|
|
14 |
Then using multiple agents to handle different steps in the process (to abstract away prompt engineering from the user to the backend), we are able to do complex searches to help students find their ideal class:)
|
15 |
|
16 |
## Agents
|
|
|
8 |
pinned: true
|
9 |
---
|
10 |
# USC-GPT
|
11 |
+
A chatbot that uses a pinecone vector database of USC Spring 2024 classes and OpenAI's GPT to help students find classes! Using RAG and Prompt Engineering
|
12 |
|
13 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63cc674af488db9bb3ca3bd5/c5ySQCW9C2rIq1Rol-Pp2.png)
|
14 |
+
|
15 |
+
Starting with the USC schedule of classes website for all classes provided, and following that stored and embedded them into a vector database (Pinecone!).
|
16 |
Then using multiple agents to handle different steps in the process (to abstract away prompt engineering from the user to the backend), we are able to do complex searches to help students find their ideal class:)
|
17 |
|
18 |
## Agents
|