File size: 876 Bytes
28da246
2676f3e
bfcdf29
2676f3e
 
bfcdf29
 
 
2676f3e
bfcdf29
 
2676f3e
 
 
 
 
 
 
2a202cc
bfcdf29
 
 
 
40f5e43
bfcdf29
 
13270de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# albumentations-demo

This service is created to demonstrate abilities of the Albumentations - a library for efficent image augmentations.


## It is currently ALPHA VERSION!
The service still has some known bugs and requires a lot of refactoring, don't be surprised if you see any error)
But it already works!


## 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. You should see something similar to this:

![screenshot](docs/readme.jpg?raw=true)


## Online playground:
You can also play with the current deployed version:
[https://albumentations-demo.herokuapp.com/](https://albumentations-demo.herokuapp.com/)
It is deployed on free service with very limited computing power and can be quite unstable.