How to build a VueJS frontend for your machine learning prediction input and output

By Medium - 2020-11-27

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.

 

Topics

  1. Frontend (0.39)
  2. Machine_Learning (0.27)
  3. Backend (0.17)

Similar Articles

How to Deploy a Routed React App to GitHub Pages

By freeCodeCamp.org - 2021-02-22

When we build projects, we want to showcase them online. Instead of buying a domain and taking the time to configure it, it's easier just to host it using GitHub Pages. A project that just uses JavaS ...