Metadata-Version: 2.1
Name: image-analyst-hf
Version: 0.2.0
Summary: ImageAnalyst HF is an extension to the ImageAnalyst library, providing additional models and functions using huggingface.
Home-page: https://github.com/BergLucas/ImageAnalystHF
Keywords: image,analysis,huggingface
Author: Lucas Berg
Author-email: 55436804+BergLucas@users.noreply.github.com
Requires-Python: >=3.9,<3.12
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: image-analyst (>=0.2.0,<0.3.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: pillow (>=10.0.0,<11.0.0)
Requires-Dist: tensorflow (>=2.10.0,<3.0.0)
Requires-Dist: tensorflow-io-gcs-filesystem (>=0.29,<0.30)
Requires-Dist: tensorflow-text (>=2.10.0,<3.0.0,!=2.11.0)
Requires-Dist: torch (>=2.0.1,<3.0.0)
Requires-Dist: transformers[onnxruntime,tf,tf-cpu,timm,torch,torch-vision,torchhub] (>=4.30.2,<5.0.0)
Project-URL: Repository, https://github.com/BergLucas/ImageAnalystHF
Description-Content-Type: text/markdown

# ImageAnalyst HF

ImageAnalyst HF is an extension to the [ImageAnalyst](https://github.com/BergLucas/ImageAnalyst) library, providing additional models and functions using [huggingface](https://pypi.org/project/transformers/).

## Requirements

The application requires:

- [Python](https://www.python.org/) >=3.9, <3.12
- [pip](https://pip.pypa.io/en/stable/)

## Download & Installation

There is two ways to download and install the application.

### Using PyPI

You can download and install the application using [PyPI](https://pypi.org/project/image-analyst-hf/). To do so, run the following command:

```bash
pip install image-analyst-hf
```

### Using the GitHub releases

You can download the application on the [downloads page](https://github.com/BergLucas/ImageAnalystHF/releases). Then, you can install the application by running the following command:

```bash
pip install image_analyst_hf-X.X.X-py3-none-any.whl
```

(Note: The X.X.X must be replaced by the version that you want to install.)

## License

All code is licensed for others under a MIT license (see [LICENSE](https://github.com/BergLucas/ImageAnalystHF/blob/main/LICENSE)).

