ThomasGrossmann / BI1

MIT License
0 stars 0 forks source link

BI1 - README

Description

This project is designed to use the image analysis API from providers such as Google (Vision), Amazon (Rekognition) or Azure (AI Vision).

The user will be able to customize the output by passing an image, the maximum number of results and the minimum level of confidence.

This project also introduces the concept of BI (Business Intelligence) by converting image analysis data into a SQL file that will be stocked on the provider's cloud storage.

Getting started

Prerequisites

Tools with versions that were used to realize this project. Versions may be subject to change as the project was realized exclusively on MacOS system.

Configuration

Env

Some data must remain private such as the API crendentials JSON file or bucket URI.

In order to do so, copy and rename the .env.example file.

Database Model

In order to verify/test the conversion of the analyzed data to a SQL script :

Deployment

Dependencies

Composer dependencies used to realize and test the project.

To install the project

License

LICENSE

Contact