Skip to content

Flask App for machine learning predictions with embedded dash app

License

Notifications You must be signed in to change notification settings

RammySekham/flask-dash-ml-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Web App with embedded Dash dashboard

To run in your machine follow below commands.
   git clone <repository link>
   cd <working directory>
   python3 -m virtualenv venv
To activate environment in Windows
   venv\Scripts\activate
Install all the requirements
   pip install -r requirements.txt
Flask imports the application from the place indicated by the FLASK_APP environment variable
   Set Flask_APP = app.py
Run app locally
   flask run
You can access the app at http://127.0.0.1:5000/ in your browser