Metadata-Version: 2.3
Name: superb-ai-apps-python
Version: 0.1.0b1
Summary: Superb AI Apps Python SDK
Author: Solutions Engineering Team
Requires-Python: >=3.9,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: all
Requires-Dist: black (>=25.1.0,<26.0.0)
Requires-Dist: directory-tree (>=1.0.0,<2.0.0)
Requires-Dist: gql (>=3.5.1,<4.0.0)
Requires-Dist: huggingface-hub (==0.27.0) ; extra == "all"
Requires-Dist: natsort (>=8.4.0,<9.0.0)
Requires-Dist: pillow (>=11.1.0,<12.0.0)
Requires-Dist: pytest (>=8.3.4,<9.0.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Requires-Dist: superb-ai-curate (>=1.4.1.post1,<2.0.0)
Requires-Dist: superb-ai-label (>=0.22.2,<0.23.0)
Requires-Dist: torch (>=2.0) ; extra == "all"
Requires-Dist: torchvision ; extra == "all"
Requires-Dist: zipfile-deflate64 (>=0.2.0,<0.3.0)
Description-Content-Type: text/markdown

## Start

```
pip install superb-ai-apps
```

If you want to use Model, use the following command
```
pip install superb-ai-apps[all]
```

