This is a machine learning model deployment project of Iris classification model in a minimal UI using flask web framework and deployed it in Azure cloud using Azure app service. We initially made this project as a requirement for an internship at Indian Servers. We are now making it open to cont...
The project presents an intriguing opportunity for those interested in machine learning and web development. It showcases the deployment of an Iris classification model using the Flask web framework and is hosted on Azure App Service. This deployment not only highlights the technical aspects but also serves as a template for individuals looking to contribute to similar machine learning projects within the Daytona framework.
As an open-source contribution initiative, it invites developers to engage with the project, potentially enhancing it further while gaining practical experience. The clean and minimal user interface makes the model's functionality accessible, allowing users to explore its features seamlessly.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.