Metadata-Version: 2.4
Name: isocoder
Version: 0.1.0
Summary: Lightweight client for Isocoder TVAE on Modal
Author-email: Your Name <you@example.com>
Project-URL: Homepage, https://github.com/yourname/isocoder
Project-URL: Repository, https://github.com/yourname/isocoder
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.32.0
Requires-Dist: numpy>=1.23.0

# isocoder

Tiny client for the Isocoder Modal backend that spins up a GPU worker to train TVAE and uploads artifacts to Hugging Face.

## Install

```bash
pip install isocoder
```
