<a href="https://github.com/voxel51/fiftyone-labs/tree/main/plugins/labs_panel" target="_blank">![GitHub Repo](https://img.shields.io/badge/GitHub-Repository-black?logo=github)</a>

# Labs Panel

Labs Panel offers a convenient way to see the available Labs features, their installation status and versions, and an easy interface to manage these features.

## Usage

### Via FiftyOne App

```python
import fiftyone.zoo as foz
import fiftyone as fo

dataset = foz.load_zoo_dataset("quickstart")
session = fo.launch_app(dataset)
```

<img src="https://raw.githubusercontent.com/voxel51/fiftyone-labs/main/plugins/labs_panel/assets/open_labs_panel.png" alt="Panel dropdown" width="600">

*Select FiftyOne Labs panel*

<img src="https://raw.githubusercontent.com/voxel51/fiftyone-labs/main/plugins/labs_panel/assets/labs_panel.png" alt="Apply model parameters" width="600">
