Description
In this tutorial, we build a Vue application for users to interact with our machine learning model. This tutorial assumes you already have a backend hosting a machine learning prediction REST…
Summary
- In this tutorial, we build a Vue application for users to interact with our machine learning model.
- The logo that appears on your browser tab when your app is deployed the src folder contains assets folder : this is where we store all the seperate components we want to see on our application.
- Includes an index.js file that helps to map the different urls to the components of the application.