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
Use the package manager pip to install
pip install requirements.txtto run the api:
uvicorn main:app --reload