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.
- Host: GitHub
- URL: https://github.com/berglucas/imageanalysttf
- Owner: BergLucas
- License: mit
- Created: 2023-07-06T20:28:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T23:51:54.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T14:19:15.227Z (about 2 years ago)
- Topics: analysis, image, tensorflow
- Language: Python
- Homepage: https://pypi.org/project/image-analyst-tf/
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)).