image-classification-api
image-classification-api copied to clipboard
Serving model through api. FastApi + PytorchLightning
Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 to 0.0.7. Changelog Sourced from python-multipart's changelog. 0.0.7 (2024-02-03) Refactor header option parser to use the standard library instead of a custom RegEx #75. 0.0.6 (2023-02-27)...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.65.2 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
Hi @jabertuhin, this repo of yours is really useful for me to learn to deploy a deep learning project using Docker and FastAPI. I just want to know if it...