# Piximi

## DEPRECATED

Outdated documentation -> see piximi/piximi

***

### description: >- a free, open-source web app for annotating, training, and evaluating image understanding algorithms

## Piximi

![Piximi Gallery Overview](/files/-LwLr8yF1m1vtHlTr28e)

Piximi is a free, open source web app for performing image understanding tasks. It’s written by by dozens of engineers and scientists from institutions like the Biological Research Centre Szeged, Broad Institute of MIT and Harvard, Chan Zuckerberg Initiative, ETH Zurich, and FIMM Helsinki.

Piximi's target users are computational or non-computational scientists interested in image analysis from fields like astronomy, biology, and medicine.

### How can I use it?

👉 Just put this in your browser: <https://www.piximi.app/>

#### Our design philosophy

* No installations
* Everything happens inside your browser, locally
* Intuitive and interactive web interface
* Cutting-edge machine learning just by clicking

{% hint style="info" %}
We are still in development, so please report all rough edges and issues to <https://github.com/piximi/piximi-issues>
{% endhint %}

### How can I contribute?

I'm glad you asked! Our team needs you. So we created a how to start guide to explain you Piximi and how to develop on it!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://piximi.gitbook.io/piximi/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
