rembg-webapp-tutorial icon indicating copy to clipboard operation
rembg-webapp-tutorial copied to clipboard

Update Dockerfile and app.py for improved model handling and logging

Open tellmesameer opened this issue 3 months ago • 0 comments

  • Upgrade Python base image to 3.13-slim
  • Add logging configuration and model caching in app.py
  • Ensure model is downloaded only if not present
  • Install onnxruntime in requirements.txt
  • Use gunicorn for serving the app instead of Flask's dev server

tellmesameer avatar Oct 27 '25 07:10 tellmesameer