Dashboard that allow users to view and compare current LLM models perform in mental health assistance.
To start the program Navigate to the client folder and run:
npm run dev
Navigate to the server folder and do the following steps:
Generate database:
npx prisma generatePopulate with data from seed file:
npx prisma db seedOptional: View database
npx prisma studioStart the server:
npm run dev-
Change techprofile from base model -> modelVersion (updates answer and point to modelVersion in seed value) -> update api routes naming -> bring over the drop down table - Finish landing page, add content (make the count dynamic),
redo the current "home" page, add "benchmark" to the navBar (drop down with 4 options) - Unified the table in these 3 pages (techprofile, leaderboard, profiletest). One of the table is expand only on triangle where as other you can click whole row
- Redesign the page with some UI improvement
-
Redo resource page and add api routes for resources - Develop the reasoning page
- Add api routes for leaderboard
- Add api routes for reasoning
-
Redesign community Add api routes for community page - Migrate from css file to tailwindCSS
|-- main
| |-- server # backend
| |-- data # mock data
| |-- styles # css styling
| |-- App.jsx # main page
| |-- client # frontend (soon)
| |-- README.mdPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.