Metadata-Version: 2.4
Name: vibeflux
Version: 0.0.1
Summary: VibeFlux: a PySide6-based fusion library for deep learning projects (UI + code + algorithms).
Author: sixu
Keywords: pyside6,qt,deep-learning,ui,mlops,toolkit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6>=6.5
Provides-Extra: dl
Requires-Dist: numpy>=1.23; extra == "dl"
Provides-Extra: torch
Requires-Dist: torch>=2.0; extra == "torch"
Dynamic: license-file

# VibeFlux

**VibeFlux** is a PySide6-based fusion toolkit for deep learning projects:
- A clean GUI shell (Qt / PySide6)
- A lightweight registry for algorithms, widgets, and workflows
- A structured package layout for scalable ML tooling

## Install
```bash
pip install vibeflux
