ReproModel Docs
Getting Started
Make sure that you have Node.js and Python installed.
The following command combines npm install, creation of a virtual environment, as well as the launch of the frontend and backend:
npm run repromodel // Mac and Linux npm run repromodel-windows // Windows
Launch the frontend instead individually:
npm install npm run dev
How to run a demo
Custom Script Editor
Filtering and Experiment Builder
Model Testing
Progress Viewer
LLM Methodology Generator
If you have Ollama installed and want to use the Methodology Generator:
npm run repromodel-with-llm // Mac and Linux npm run repromodel-with-llm-windows // Windows
Note: You can get Ollama from their website.