Spaces:
Runtime error
Runtime error
Update eda.py
Browse files
eda.py
CHANGED
|
@@ -33,7 +33,9 @@ def run():
|
|
| 33 |
st.write("---")
|
| 34 |
|
| 35 |
st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
|
|
|
|
| 36 |
|
|
|
|
| 37 |
# Set dataset path
|
| 38 |
main_path = './Oily-Dry-Skin-Types/'
|
| 39 |
train_path = os.path.join(main_path, 'train')
|
|
|
|
| 33 |
st.write("---")
|
| 34 |
|
| 35 |
st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
|
| 36 |
+
st.write('This model was trained based on 3 classes: Normal Type, Dry Type, Oily Type. Model will predict skin types based on features on image uploaded. Each classes has maximum probability of 33.37%')
|
| 37 |
|
| 38 |
+
|
| 39 |
# Set dataset path
|
| 40 |
main_path = './Oily-Dry-Skin-Types/'
|
| 41 |
train_path = os.path.join(main_path, 'train')
|