albumentations-demo / README.md
IliaLarchenko's picture
updated gitignore
7ef77a2
|
raw
history blame
433 Bytes
# albumentations-demo
This service is created to demotstrate abilities of the Albumentation - a library for efficent image augmentations.
## It is currently ALPHA VERSION
How to use:
```
git clone https://github.com/IliaLarchenko/albumentations-demo
cd albumentations-demo
pip install -r requirements.txt
streamlit run src/main.py
```
And then just follow the address you see in console.
![screenshot](docs/readme.jpg?raw=true)