Deploy Machine Learning Models using Flask

Deploy Machine Learning Models using Flask

131.871 Lượt nghe
Deploy Machine Learning Models using Flask
Link to code: https://github.com/JayMehtaUK/image-classifier In this tutorial you will learn how to deploy an ML model with python using Flask. This will allow users to interact with your model via http requests. In this example I've built a basic page where a user can upload an image and then it will return information about what animal is in the image. If you are new to using HTML then check out this video: https://www.youtube.com/watch?v=6JOD0VVB22Y Chapters: 00:00 Introduction & Demo 01:00 Getting started with Flask 03:31 Flask Templates 05:58 Allowing user input 10:43 Adding the ML Model