szili2011 commited on
Commit
7516fcc
1 Parent(s): 079206f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -12
README.md CHANGED
@@ -1,12 +1,24 @@
1
- ---
2
- title: Pain Analysis
3
- emoji: 📈
4
- colorFrom: gray
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.0.2
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
+ # Pain Analysis Model
2
+
3
+ This Space allows you to upload images and get predictions from the trained pain analysis model.
4
+
5
+ ## Usage
6
+
7
+ 1. Upload an image showing the pain area.
8
+ 2. Click the "Submit" button to receive predictions.
9
+
10
+ ## Model Description
11
+
12
+ This model classifies images into four categories:
13
+ - no_pain
14
+ - low_pain
15
+ - medium_pain
16
+ - high_pain
17
+
18
+ ## Dependencies
19
+
20
+ This Space uses the following libraries:
21
+ - TensorFlow
22
+ - Gradio
23
+ - Pillow
24
+ - NumPy