Learn Flask - Deploy Machine Learning Models Using Flask API and Vue JS - 2 Examples (Naive Bayes)

In this tutorial i provide 2 examples towards deploying Machine Learning Models using a Flask API and Vue JS front-end. I take you through each step giving you some commendatory on the process and code explanation. First Example ############# 00:00 Introduction 02:08 About Installing Jupyter Notebook / Python 02:16 Start Jupyter Notebook 02:55 Make sure you have sklearn and pandas installed Creating the first model ############# 03:57 Creating the first model with Jupyter Notebook #Start building Flask
Back to Top