An open API service indexing awesome lists of open source software.

https://github.com/berglucas/imageanalysttf

ImageAnalyst TF is an extension to the ImageAnalyst library, providing additional models and functions using tensorflow.
https://github.com/berglucas/imageanalysttf

analysis image tensorflow

Last synced: about 2 months ago
JSON representation

ImageAnalyst TF is an extension to the ImageAnalyst library, providing additional models and functions using tensorflow.

Awesome Lists containing this project

README

          

# ImageAnalyst TF

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

## 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-tf/). To do so, run the following command:

```bash
pip install image-analyst-tf
```

### Using the GitHub releases

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

```bash
pip install image_analyst_tf-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/ImageAnalystTF/blob/main/LICENSE)).