mubaraknumann commited on
Commit
fecb9e8
·
verified ·
1 Parent(s): afa63d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -28,7 +28,13 @@ pipeline_tag: image-classification
28
 
29
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/68299aa8c18ecd32686e7e9e/-nNvaMZyAGdqLbGIZHQph.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/68299aa8c18ecd32686e7e9e/-nNvaMZyAGdqLbGIZHQph.png)
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)