bakhili commited on
Commit
2396173
Β·
verified Β·
1 Parent(s): dba48bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -4
README.md CHANGED
@@ -12,9 +12,32 @@ short_description: Streamlit template space
12
  license: apache-2.0
13
  ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  license: apache-2.0
13
  ---
14
 
15
+ # 🧠 Stroke Classification System
16
 
17
+ **Status**: Dependency-conflict-free Streamlit app for stroke classification.
18
 
19
+ ## πŸš€ Features
20
+
21
+ - **Clean Dependencies**: No version conflicts
22
+ - **System Status Check**: Visual indicators for all components
23
+ - **Fast Loading**: Optimized for Hugging Face Spaces
24
+ - **Error Handling**: Graceful fallbacks for missing dependencies
25
+ - **Medical Interface**: Professional design
26
+
27
+ ## πŸ“‹ Usage
28
+
29
+ 1. Upload your `.h5` model file to the Files tab
30
+ 2. Click "Load Model" in the app
31
+ 3. Upload brain scan images for classification
32
+ 4. View results with confidence scores
33
+
34
+ ## πŸ”§ Technical
35
+
36
+ - **Framework**: Streamlit (conflict-free)
37
+ - **ML**: TensorFlow 2.13.0 with pinned dependencies
38
+ - **Visualization**: Matplotlib-based heatmaps
39
+ - **Deployment**: Optimized for HF Spaces
40
+
41
+ ---
42
+
43
+ **Version**: Dependency-conflict-free release