Skip to content

elvaras/road-detection-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Road detection on satellite imagery

This is a Python application built using Streamlit. The application provides an interface for exploring and testing the output of a deep learning model on satellite imagery.

Installation

Install the required packages:

pip install -r requirements.txt

Usage

To run the application, execute the following command:

streamlit run app.py

Pages

Explore Model Output

  • File: app.py
  • Description: This page displays a map with the road detection results of the deep learning model on the satellite imagery.

Test Model Prediction

  • File: page/test_prediction.py
  • Description: This page allows the user to select a point on the map to run the model on the selected area.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages