Skip to content

navitacion/Albumentations-Preview-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albumentations-Preview-App

What's is this?

This app is Demo of Image Augmentation Library "Albumentations"

Streamlit

Library

  • Albumentations 0.5.2

  • Streamlit 0.74.1

Get Started

This app is already deployed by Streamlit Shareing.

Click Here and try it!

Work by Local

Execute the following command

docker build -t albu-preview-app .
docker run -it --rm -p 8501:8501 -v $(pwd):/workspace albu-preview-app bash
streamlit run app.py 

Then, Access the following URL

http://localhost:8501/

Pre-Set Images

About

Preview Image Augmentation made by "Albumentations"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published