ML model implementation as an API
Implementation of ML model as an API for its basic understanding, using Flask API and designed a basic UI using Flasgger module.
Flask
Flask is a web-framework written in Python that allows developer to develop web applications easily.Flask API allow easy implementation of any ML/DL model as an API
To learn more: What is Python Flask
Flasgger
Flasgger provides an easy Swagger UI for Flask API. It is flask extension to extract Flask Views registered in your API. It allows you to create a very simple and quick UI for your Flask API
To learn more: Flasgger