File size: 874 Bytes
a95c77a
50ff8bb
ea5539b
50ff8bb
 
ea5539b
 
 
50ff8bb
ea5539b
 
50ff8bb
 
 
 
 
 
 
ea5539b
 
 
 
 
110f4a7
ea5539b
 
f81a60a
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
# 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 shoud 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 delpoyed on free service with very limited computing power and can be quite unstable.