Metadata-Version: 2.1
Name: oneurai
Version: 0.1.3
Summary: A powerful AI client library for Oneurai MLOps platform
Home-page: https://amosb.fun
Author: MTMA
Author-email: mtma.1@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: torch
Requires-Dist: tqdm

# 🧠 Oneurai AI Library

[![PyPI Version](https://img.shields.io/pypi/v/oneurai?color=blue&style=flat-square)](https://pypi.org/project/oneurai/)
[![License](https://img.shields.io/badge/License-MIT-green.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Python](https://img.shields.io/badge/Python-3.7%2B-yellow.svg?style=flat-square)](https://www.python.org/)

**Oneurai** is a powerful, all-in-one AI client library designed to simplify MLOps workflows. It bridges the gap between local training and secure cloud deployment, replacing complex boilerplates with a unified API.

> "Code less, Train more." 🚀

---

## ✨ Key Features
- **No NumPy/Torch Required**: Pass standard Python lists directly. The library handles tensors for you.
- **Auto-Training Engine**: Forget complex loops; just call `.train()`.
- **Secure Cloud Integration**: Push and pull models securely using API Tokens.
- **Built-in Help System**: Access documentation directly from your terminal.

---

## 📦 Installation

Install the latest version via pip:

```bash
pip install oneurai --upgrade
