Dash-based instrument for correcting data visually.
Initialized Dash PlotEraser app
Selected with Lasso instrument area
Run with own python interpreter using app/plot_eraser.py
script. See code for more info about CLI
Example:
python3 run app/plot_eraser.py
python3 run app.plot_eraser.py --source_file_path my_own_table.csv --source_file_extension csv
Terminal will forward port to open in browser
Use docker to create container
docker build -t smiling/ploteraser <path_to_repo_folder>
Run created container
docker run -p 127.0.0.1:8050:8050 smiling/ploteraser
Here -p 127.0.0.1:8050:8050
means we forward local host port 8050 to the container's port 8050. This port is fixated both in code and Dockerfile
App will be available in one's browser via http://127.0.0.1:8050/