Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 426 Bytes

photo_rater

an async fast api that recieves a 2d array of urls (pictures) and rates each picture based on background color, watermark, picture aspect raio, picture size,the space between the main object and the picture edges

Installation

Use the package manager pip to install

pip install requirements.txt

Usage

to run the api:

uvicorn main:app --reload