IliaLarchenko commited on
Commit
2676f3e
1 Parent(s): e609bf0

updated readme

Browse files
Files changed (2) hide show
  1. README.md +15 -1
  2. docs/readme.jpg +0 -0
README.md CHANGED
@@ -1,2 +1,16 @@
1
  # albumentations-demo
2
- The service for the demonstration of transforms in Albumentations library
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # albumentations-demo
2
+
3
+ This service is created to demotstrate abilities of the Albumentation - library for efficent image augmentations.
4
+
5
+
6
+ ## It is currently ALPHA VERSION
7
+
8
+ How to use:
9
+ ```
10
+ git clone https://github.com/IliaLarchenko/albumentations-demo
11
+ cd albumentations-demo
12
+ pip install -r requirements.txt
13
+ streamlit run src/main.py
14
+ ```
15
+
16
+ And then just follow the address you see in console.
docs/readme.jpg ADDED