ml-examples-vuejs-flask

Web app interface to upload data-set and make predictions using regression algorithms.

APACHE-2.0 License

Stars
2

Steps to run:

  1. In the folder named "web-app" , run

npm install (this is to install any library from npm needed)

npm run serve (to run the web app server)

  1. In the folder named "api" , run

pip install -r requirements.txt (this is to install any python libraries for flask server)

python app.py (to run the flask server)