A project where I'm building a simple dashboard for unet. The goal is to slowly create an interactive page where anyone can curate data, train a model, and run a prediction using a graphical web interface powered by dash.
Provided you have all dependencies installed, the application can be launched by running
python app.py
in a Python command line. The navigate to the local address that Dash provides in a web browser.
To run this dashboard locally, you will need:
- Anaconda running Python 3.8, with all base packages
- Dash by plotly