What is UpTrain Dashboard?

The UpTrain dashboard is a web-based interface that allows you to evaluate your LLM applications.

It is a self-hosted dashboard that runs on your local machine. You don’t need to write any code to use the dashboard.

You can use the dashboard to evaluate your LLM applications, view the results, manage prompts, run experiments, and perform root cause analysis.

Before you start, ensure you have docker installed on your machine. If not, you can install it from here.
1

How to install?

Open your terminal and run the following commands to clone the UpTrain GitHub repository and navigate to the project directory:

git clone https://github.com/uptrain-ai/uptrain
cd uptrain
2

Run the UpTrain Bash Script

Execute the following command to start the UpTrain dashboard:

bash run_uptrain.sh
3

Access the Dashboard

Once the script is running, open your web browser and go to:

http://localhost:3000
UpTrain Dashboard is currently in Beta version. We would love your feedback to improve it.