Skip to content

MattMatt27/MindBenchAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINDBench Draft

Dashboard that allow users to view and compare current LLM models perform in mental health assistance.

Installation

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 generate

Populate with data from seed file:

npx prisma db seed

Optional: View database

npx prisma studio

Start the server:

npm run dev

TODO

  • 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

Project Structure

|-- main
|   |-- server              # backend
|       |-- data            # mock data
|       |-- styles          # css styling
|       |-- App.jsx         # main page
|   |-- client              # frontend (soon)
|   |-- README.md

Contributing

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

License

MindLamp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •