Metadata-Version: 2.4
Name: omniai-lakshya
Version: 2.0.0
Summary: OmniAI - Complete AutoML Pipeline with 52+ algorithms for medical, financial, and text data
Author: Lakshya Gupta
Author-email: lakshyagupta1040@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.3.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: scikit-learn>=1.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🚀 OmniAI - Universal AI with Medical Specialization

**One library for ALL your AI needs. Medical, Business, Research - Zero configuration needed.**

[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/omniai.svg)](https://pypi.org/project/omniai/)

## ✨ Features

- **Auto Algorithm Selection** - 20+ algorithms (Neural Networks, SVM, XGBoost, etc.)
- **One-Click Training** - Upload data → Get trained model
- **Medical Specialization** - FDA-acceptable algorithms for healthcare
- **Business Analytics** - Customer churn, sales prediction, risk assessment
- **100GB+ Ready** - Dask integration for massive datasets
- **Web Interface** - No-code UI (Streamlit)
- **API Ready** - Production REST API

## 🚀 Quick Start

```bash
# Install
pip install omniai-lakshya
