Skip to content

Latest commit

 

History

History
 
 

dash-stitching

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dash Image Stitching and Registration

This is a demo of the Dash interactive Python framework developed by Plotly.

Dash abstracts away all of the technologies and protocols required to build an interactive web-based application and is a simple and effective way to bind a user interface around your Python code. To learn more check out our documentation.

Getting Started

Running the app locally

First create a virtual environment with conda or venv inside a temp folder, then activate it.

virtualenv venv

# Windows
venv\Scripts\activate
# Or Linux
source venv/bin/activate

Clone the git repo, then install the requirements with pip


git clone https://github.com/plotly/dash-sample-apps
cd dash-sample-apps/apps/dash-oil-and-gas
pip install -r requirements.txt

Run the app


python app.py

About the app

The purpose of this Dash app is to combine multiple images with overlapping elements into one, cohesive image. Users have the ability to upload images from their local drive or to test images from the demo.

Built With

  • Dash - Main server and interactive components
  • Plotly Python - Used to create the interactive plots