Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3
In Part 2 of this series, you added the ability to save changes made through the REST API to a database using SQLAlchemy and learned how to serialize …
Flask is a lightweight web framework in Python, commonly used to deploy ML models as web applications.