Metadata-Version: 2.1
Name: keepsake-ui
Version: 0.0.1
Summary: Web UI to keepsake tool.
Home-page: https://github.com/jsemric/keepsake-ui
Author: Jakub Semric
Author-email: jakubsemric@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENCE

# Keepsake UI
Out of the box web UI to visualize machine learning experiments versioned
by [keepsake](https://github.com/replicate/keepsake). Supports listing experiments,
experiment deletion and comparison.

## Installation
You can install the tool via pip
```
pip install keepsake_ui
```

## Usage
If you have `keepsake.yaml` in your current directory you can run
```
keepsake-ui
```
and open http://localhost:8080 in your web browser to see the
experiments and checkpoints.

Alternatively, you can manually specify the repository via `-r` option
```
keepsake-ui -r "<repository>"
```


