Metadata-Version: 2.4
Name: dera
Version: 1.0.1
Summary: An open-source, no-code Machine Learning workflow automation tool
Author: Samuel Raj Garikimukku
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: polars
Requires-Dist: python-multipart
Requires-Dist: xgboost
Requires-Dist: pyarrow
Dynamic: license-file

# Dera 🚀

Dera is an open-source, no-code Machine Learning workflow automation engine built to simplify data pipelines and model training.

## 🌟 Key Features
- **Interactive UI:** Modern embedded single-page application interface.
- **FastAPI Backend:** Lightweight, high-performance local execution engine.
- **Engineered for Speed:** Powered by Polars for lightning-fast data parsing and pipeline construction.
- **Seamless Modeling:** Out-of-the-box support for Scikit-learn and XGBoost training workflows.

## 🚀 Quick Start

Install Dera globally via pip:
```bash
pip install dera
