Upload README.md

#3
by ColaPrince - opened
Files changed (1) hide show
  1. README.md +27 -5
README.md CHANGED
@@ -1,12 +1,34 @@
1
  ---
2
- title: OmniPathWithInterTaskAttention
3
- emoji: 🌍
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Medical Pathology Diagnostic Analysis System
3
+ emoji: πŸ₯
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Medical Pathology Diagnostic Analysis System
13
+
14
+ A deep learning-based system for analyzing pathological slide features, providing automated diagnosis and medical report generation.
15
+
16
+ ## Features
17
+
18
+ - πŸ”¬ Automated pathology feature analysis
19
+ - πŸ₯ Multi-task medical classification
20
+ - πŸ“ AI-assisted report generation
21
+ - 🎯 Visualized results presentation
22
+
23
+ ## How to Use
24
+
25
+ 1. Upload an NPY format feature file
26
+ 2. Click the "Analyze" button
27
+ 3. View analysis results and AI-generated medical description
28
+
29
+ ## Technology Stack
30
+
31
+ - PyTorch
32
+ - Transformers
33
+ - Gradio
34
+ - Custom multi-task learning model