Metadata-Version: 2.4
Name: cascade-ui
Version: 0.1.1
Summary: Web-UI for Cascade - Lightweight and modular MLOps library targeted at small teams or individuals 
Home-page: https://github.com/laiserk/cascade_ui
Author: Oleg Sevostyanov,Ilia Moiseev
Author-email: ilia.moiseev.5@yandex.ru
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cascade-ml>=0.16.0
Requires-Dist: fastapi>=0.110.0
Requires-Dist: uvicorn>=0.29.0
Requires-Dist: pydantic>=2.6.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Cascade UI

Web-based UI for [Cascade](https://oxid15.github.io/cascade/en/latest/) - MLOps library for small teams and individuals.


## Installation

```bash
pip install cascade-ui
```

## How to Use

Navigate into a folder that is Cascade Workspace and run:

```bash
cascade ui
```

## Docs

[Go to Cascade documentation](https://oxid15.github.io/cascade/en/latest)
