Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,3 +1,12 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 1 | 
             
            # USC-GPT
         | 
| 2 | 
             
            IN PROGRESS - A chatbot that uses a pinecone vector database and OpenAI's GPT to help students find classes! Using RAG and Prompt Engineering
         | 
| 3 |  | 
| @@ -27,4 +36,4 @@ Based on the scores and course content, I would recommend "ITP 351: 3D Character | |
| 27 | 
             
            However, if you'd rather a course with more focus on the foundations of 3D gaming, "CTIN 583: Game Development for Designers" represents a good choice and has the lowest score of 0.845549047. 
         | 
| 28 | 
             
            Please bear in mind that the courses may have prerequisites. If you have taken any prerequisites in past semesters, you should be eligible for either course. 
         | 
| 29 | 
             
            Otherwise, the introductory course "ITP 215L: Introduction to 3D Modeling, Animation, and Visual Effects" could serve as a starting point.
         | 
| 30 | 
            -
            ```
         | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            license: apache-2.0
         | 
| 3 | 
            +
            title: USC-GPT
         | 
| 4 | 
            +
            sdk: streamlit
         | 
| 5 | 
            +
            emoji: 📚
         | 
| 6 | 
            +
            colorFrom: pink
         | 
| 7 | 
            +
            colorTo: yellow
         | 
| 8 | 
            +
            pinned: true
         | 
| 9 | 
            +
            ---
         | 
| 10 | 
             
            # USC-GPT
         | 
| 11 | 
             
            IN PROGRESS - A chatbot that uses a pinecone vector database and OpenAI's GPT to help students find classes! Using RAG and Prompt Engineering
         | 
| 12 |  | 
|  | |
| 36 | 
             
            However, if you'd rather a course with more focus on the foundations of 3D gaming, "CTIN 583: Game Development for Designers" represents a good choice and has the lowest score of 0.845549047. 
         | 
| 37 | 
             
            Please bear in mind that the courses may have prerequisites. If you have taken any prerequisites in past semesters, you should be eligible for either course. 
         | 
| 38 | 
             
            Otherwise, the introductory course "ITP 215L: Introduction to 3D Modeling, Animation, and Visual Effects" could serve as a starting point.
         | 
| 39 | 
            +
            ```
         |