Skip to content

Dash-based instrument for correcting data visually

License

Notifications You must be signed in to change notification settings

Sm1Ling/PlotEraser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plot Eraser

Dash-based instrument for correcting data visually.


Use example

Initialized Dash PlotEraser app Initialized Dash PlotEraser app

Selected with Lasso instrument area

Lasso instrument Selected with Lasso instrument area

Erasing selected part Erasing selected part


How to run

Option 1

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

Option 2

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/

About

Dash-based instrument for correcting data visually

Resources

License

Stars

Watchers

Forks

Packages

No packages published