Tag: fastapi
All the articles with the tag "fastapi".
Serving ML Models in Production with FastAPI + ONNX
Published: at 10:00 AMLearn how to serve machine learning models in production using FastAPI and ONNX Runtime. Export a Hugging Face NLP model to ONNX, build a REST inference endpoint, benchmark performance against native PyTorch, and containerize the service with Docker.
Building APIs with FastAPI vs Django: A Comprehensive Comparison
Published: at 03:30 PMA detailed comparison between FastAPI and Django for building APIs, covering performance, ease of use, features, and real-world use cases to help you choose the right framework.