Metadata-Version: 2.1
Name: oneurai
Version: 0.2.5
Summary: A powerful AI client library for Oneurai MLOps platform
Home-page: https://oneurai.com
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
Requires-Dist: colorama

# Oneurai SDK 🚀

**A powerful AI client library for Oneurai MLOps platform.**

`oneurai` is a Python library designed to simplify the interaction with the Oneurai platform. It allows developers and data scientists to easily manage **AI Models**, **Datasets**, and **Source Code Repositories** directly from their Python scripts.

---

## 📦 Installation

You can install the library directly using pip:

```bash
pip install oneurai
