https://github.com/tushcmd/llm-evaluation-platform
https://github.com/tushcmd/llm-evaluation-platform
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tushcmd/llm-evaluation-platform
- Owner: tushcmd
- Created: 2024-12-29T16:51:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T16:00:13.000Z (5 months ago)
- Last Synced: 2025-01-13T19:42:00.048Z (5 months ago)
- Language: TypeScript
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM Evaluation Platform
Goal: Tasked with building an evaluation platform where you test to see what combination of system prompts and LLMs work best for your startup's use case.
## Run Locally
Clone the project
```bash
git clone https://link-to-project
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Copy `.env.example` to `.env` and replace with your environment variables
Run to generate the Prisma client based on your schema.
```bash
npx prisma generate
```Run to push your schema to the database.
```bash
npx prisma db push
```Start the development server
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Tech Stack
- Nextjs
- Tailwind
- Shadcn
- PostgreSQL(Neon)
- Prisma
- Recharts## Screenshots

