Metadata-Version: 2.1
Name: meshai
Version: 0.1.2
Summary: MeshAI SDK for decentralized AI model development
Home-page: https://github.com/yourusername/meshai
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: transformers
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: numpy
Requires-Dist: joblib
Requires-Dist: Pillow

# MeshAI SDK

MeshAI SDK is a toolkit for decentralized AI model development, allowing domain teams to select and fine-tune appropriate pre-trained models based on their data, regardless of the data type (text, images, numerical data).

## Installation

You can install the MeshAI SDK from PyPI:

```bash
pip install meshai
