Prof-Finder-AI helps students find the best professors based on course reviews by leveraging AI-generated embeddings. The platform enables users to make informed decisions about professors using detailed review data.
Visit: Prof-Finder-AI
- AI-Powered Search: Find professors by matching embedded reviews.
- User-Friendly Interface: Simple, intuitive search for professor recommendations.
- Real-Time Updates: Instant responses based on input data.
- Next.js: Framework for building the web app.
- TypeScript: For type safety.
- Tailwind CSS: For styling.
- OpenAI: To process reviews and generate embeddings.
- Pinecone: For storing and querying embeddings.
- Clone the repository:
git clone https://github.com/rafiks7/Prof-Finder-AI.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
to start using the app.