Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,13 @@ pipeline_tag: image-classification
|
|
| 28 |
|
| 29 |

|
| 30 |
|
| 31 |
-
You can use the attached streamlit code to test the model using GUI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Table of Contents
|
| 34 |
1. [Model Description](#model-description)
|
|
|
|
| 28 |
|
| 29 |

|
| 30 |
|
| 31 |
+
You can use the attached streamlit code to test the model using GUI.
|
| 32 |
+
Steps -
|
| 33 |
+
1. Place Files: Put the model.keras and label_mapping.json in the same directory as test_model_streamlit.py.
|
| 34 |
+
2. Install Libraries:
|
| 35 |
+
pip install streamlit tensorflow numpy Pillow
|
| 36 |
+
3. Execute the .py file or run from Terminal:
|
| 37 |
+
streamlit run test_model_streamlit.py
|
| 38 |
|
| 39 |
## Table of Contents
|
| 40 |
1. [Model Description](#model-description)
|