https://github.com/stroller15/profrater
ProfRater is an AI-powered assistant designed to help students make informed decisions about their education. Leveraging advanced AI algorithms from OpenAI and a robust search system with Pinecone, ProfRater provides personalized professor ratings, reviews, and recommendations, all within a sleek Next.js web app.
https://github.com/stroller15/profrater
fellowship headstarter-ai week-5
Last synced: 2 months ago
JSON representation
ProfRater is an AI-powered assistant designed to help students make informed decisions about their education. Leveraging advanced AI algorithms from OpenAI and a robust search system with Pinecone, ProfRater provides personalized professor ratings, reviews, and recommendations, all within a sleek Next.js web app.
- Host: GitHub
- URL: https://github.com/stroller15/profrater
- Owner: Stroller15
- Created: 2024-08-24T14:08:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T11:35:01.000Z (over 1 year ago)
- Last Synced: 2025-10-30T14:42:30.747Z (5 months ago)
- Topics: fellowship, headstarter-ai, week-5
- Language: TypeScript
- Homepage: https://prof-rater.vercel.app
- Size: 715 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ProfRater - Find Your Perfect Professor with AI
## Introduction
ProfRater is an AI-powered assistant designed to help students make informed decisions about their education. Leveraging advanced AI algorithms from OpenAI and a robust search system with Pinecone, ProfRater provides personalized professor ratings, reviews, and recommendations, all within a sleek Next.js web app. Discover the best professors tailored to your learning style and academic goals with ProfRater.
## Tech Stack
- **Next.js**: For building the React-based website.
- **TailwindCSS**: For styling with utility-first CSS.
- **Shadcn UI**: For UI components.
- **Magic UI**: For UI components.
- **Clerk**: For user authentication.
## Quick Start
### Prerequisites
Make sure that you have installed
- Node.js
- Git
- npm / yarn / pnpm / bun
1. Clone this repository:
```bash
git clone https://github.com/Stroller15/profrater.git
cd profrater
```
2. Install dependencies:
```bash
npm install
```
3. Setup env variables:
```bash
# Frontend
PINECONE_API_KEY=
OPENAI_API_KEY=
# Backend
PINECONE_API_KEY=
OPENAI_API_KEY=
```
5. Run the development server:
```bash
npm run dev
```
6. Open your browser and navigate to http://localhost:3000 to see the website in action.