Skip to content

ndif-team/workbench

Repository files navigation

Workbench

Setup

Requirements

  1. Install uv
  2. Install bun

Steps

  1. Create a venv using uv venv
  2. Activate it afterwards using the printed command
  3. Run uv sync --extra dev

There is a second .env file inside workbench/workbench/_api/.env that needs to be created. Inside it, make sure you've set up:

  • NDIF_API_KEY which you can get at https://ndif.us/
  • WORKBENCH_DIR pointing to the project location
  • HF_TOKEN for accessing HuggingFace gated models

You'll also need to set up the root .env file. Clone the .env.template to the project root to get started.

Now, run the frontend and backend together, with:

  1. bash ./scripts/web.sh
  2. bash ./scripts/api.sh

Releases

No releases published

Packages

No packages published

Contributors 6