Mohansai2004/Image_analysis
0
๐ธ 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
curl -X POST http://localhost:7860/process-image \
-F "file=@example.jpg"
