CoolFace
Apppublic

Mohansai2004/Image_analysis

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ“ธ FastAPI Image Processor (Docker Space)

Send a POST request to /process-image with an image file. The Space will return:

  • โ€”filename
  • โ€”width & height
  • โ€”format (e.g., JPEG, PNG)

๐Ÿงช Test locally

bash
curl -X POST http://localhost:7860/process-image \
  -F "file=@example.jpg"