Skip to content

rafiks7/Prof-Finder-AI

Repository files navigation

Prof-Finder-AI

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

Preview

Prof Finder

Features

  • 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.

Technologies Used

  • 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.

How to Use

  1. Clone the repository:
    git clone https://github.com/rafiks7/Prof-Finder-AI.git
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
  4. Open your browser and visit http://localhost:3000 to start using the app.