Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 267 Bytes

image_watermark_api

This API adds watermark on images through Cloudinary.

it takes on a file from the endpoint, uploads the file, return the file and add watermark to the image and display using Cloudinary.

To run the program:

uvicorn main2:app --reload