Metadata-Version: 2.3
Name: mtrick
Version: 0.1.0
Summary: A local-first, simple ML experiment tracker
Author: Avik Arefin
Author-email: Avik Arefin <avik.me.arefin@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Project-URL: Repository, https://github.com/AvikArefin/mtrick
Description-Content-Type: text/markdown

# mtrick: Metrics Tracker
A local-first simple ML experiment tracker with zero configurations required.

![Dashboard Interface](interface.png)

## Installation

```
uv add mtrick
```
or 
```
pip install mtrick
```


If you want the latest version

```
uv add git+https://github.com/AvikArefin/mtrick.git
```
or 

```bash
pip install git+https://github.com/AvikArefin/mtrick.git
```

## Usage
Launch the dashboard via:
```bash
mtrick
```
