Metadata-Version: 2.1
Name: SimpleAI_Image
Version: 0.1.7
Summary: A package for processing and storing image vectors in PostgreSQL
Home-page: https://github.com/Tobias2408/bachelorprojekt
Author: Tobias Poulsen
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sqlalchemy
Requires-Dist: matplotlib
Requires-Dist: tensorflow-macos
Requires-Dist: tensorflow-datasets
Requires-Dist: tensorflow-metal
Requires-Dist: scikit-learn
Requires-Dist: requests
Requires-Dist: keras
Requires-Dist: tensorboard
Requires-Dist: pgvector

# SimpleAI_Image

A package for processing and storing image vectors in PostgreSQL.

## Installation

You can install the package via pip:

```sh
pip install SimpleAI_Image
