ProfSpot is a RateMyProfessor chatbot powered by Retrieval-Augmented Generation (RAG) technology. It allows students to interactively search for professor ratings and reviews by leveraging advanced AI techniques and a scalable vector database.
- Professor Search: Easily find and review professors.
- AI-Powered Insights: Get intelligent, context-aware suggestions and summaries based on the latest ratings.
ProfSpot is built using the following technologies:
To get started with ProfSpot, follow these steps:
- Clone the repository:
git clone https://github.com/ricozama121803/HEADSTARTERTEAM-AiRateMyProfessor.git cd HEADSTARTERTEAM-AiRateMyProfessor - Install dependencies:
npm install
- Set up environment variables: Create a .env.local file and add your OpenAI API keys and Pinecone credentials.
- Run the development server:
npm run dev