Coder Social home page Coder Social logo

euskoog / openai-assistants-evals Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.13 MB

Visualize LLM Evaluations for OpenAI Assistants

Home Page: https://openai-assistants-evals-dash.vercel.app/

License: MIT License

JavaScript 0.54% TypeScript 98.07% CSS 1.39%
llm-evaluation llms openai openai-assistants tailwindcss

openai-assistants-evals's Introduction

OpenAI Assistants Evals

Remix dashboard for analyzing LLM evaluations


Twitter Follow

You can access the live demo here.

โ“ What This Is

OpenAI Assistants Evals is a repo for analyzing LLM evaluations. It acts as a guide for understanding how to collect custom evaluations on OpenAI Assistants. The repository features two main pages:

  • Home (blogpost on method and reasoning)
  • Evaluations (interactive dashboard)

All data is set up and collected through an adjacent API project, OpenAI Assistants Link. If you want to set up your own evaluations exactly like I have, I would recommend checking out the Link repo to create your own API and database connections.

image

All data that is displayed in the dashboard is my own local data.

๐Ÿš€ Getting Started

If you want to run this project locally with your own data, you will first need to follow the instructions from the OpenAI Assistants Link repo. Once you have completed all of those steps, you should have a railway deployment link for your live server. (This will still work even if you use a different hosting service) This link is important because this FE project uses the npm package openapi-typescript-codegen, which generates a local lib for your API types and endpoints. This makes setting up network requests a breeze.

Assuming you have a valid API link, you will need to create a .env file and store your variable as:

API_URL=<YOUR API LINK>

Once this is complete, you will just need to install the required npm packages and run the app.

Install dependencies:

pnpm i

Run codegen, build, and local server:

pnpm dev

This should set you up to run the dashboard with your local data.

Notes:

  • This project was created using Remix, Typescript, and Tailwind CSS. To learn more about how Remix works, check out their docs.

openai-assistants-evals's People

Contributors

euskoog avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.