Metadata-Version: 2.1
Name: aihero
Version: 0.5.1
Summary: AI Hero Python SDK
Home-page: https://github.com/ai-hero/python-client-sdk
Author: AI Hero Team
Author-email: team@aihero.studio
License: MIT
Keywords: AI Hero,Spotcheck,MLOps,AI,Data Annotation,Labeling,Model Training,Model Serving,Model Deployment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Requires-Dist: python-dotenv
Requires-Dist: validators
Requires-Dist: pydantic
Requires-Dist: names-generator
Requires-Dist: url-normalize

# AI Hero Python SDK

## Installation

Install AI Hero using pip:

```bash
pip install aihero==0.4
```

## How to use it

In a folder for your project, create a file `.env` containing the following API Keys:

```
AI_HERO_PROJECT_ID=<Project ID from your project the AI Hero Website>
AI_HERO_API_KEY=<API Key for the project>
```

## Examples

Check out the examples in the [examples](examples/) directory.

There's more coming soon!

- We're building a notebook for Retrieval Augmented Generation.
- Hit us up if you'd like a custom demo at `team@aihero.studio`.
