Metadata-Version: 2.3
Name: mirabest-identifier
Version: 0.1.0
Summary: CLI and Gradio interface for classifying MiraBest radio galaxies
Author: Brian Welman
Author-email: Brian Welman <brianallisterwelman@gmail.com>
Requires-Dist: gradio>=3.36.1
Requires-Dist: pillow>=12.0.0
Requires-Dist: torch>=2.9.0
Requires-Dist: torchvision>=0.24.0
Requires-Dist: typer>=0.12.5
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# MiraBest Identifier

## Documentation quickstart

```bash
# Install runtime dependencies
uv sync --all-groups

# Generate static docs into the docs/ folder
uv run --group dev pdoc src/mirabest_identifier -o docs

# Open the result in your browser
python -m webbrowser docs/index.html
```

You can also preview the docs locally without writing files:

```bash
uv run --group dev pdoc src/mirabest_identifier
```

This project ships with docstrings in Google style, so pdoc renders the module and API documentation automatically.
