dafajudin commited on
Commit
e954ce0
1 Parent(s): 84956ca

add readme

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -9,4 +9,36 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+
13
+ # Kalbe Farma - Visual Question Answering (VQA) for Medical Imaging
14
+
15
+ ## Overview
16
+ The project addresses the challenge of accurate and efficient medical imaging analysis in healthcare, aiming to reduce human error and workload for radiologists. The proposed solution involves developing advanced AI models for Visual Question Answering (VQA) to assist healthcare professionals in analyzing medical images quickly and accurately. These models will be integrated into a user-friendly web application, providing a practical tool for real-world healthcare settings.
17
+
18
+ ## Dataset
19
+ The model is trained using the [Hugging face](https://huggingface.co/datasets/flaviagiammarino/vqa-rad/viewer).
20
+
21
+
22
+
23
+ Reference: [ScienceDirect](https://www.sciencedirect.com/science/article/abs/pii/S0933365723001252)
24
+
25
+ ## Model Architecture
26
+ The model uses a Parameterized Hypercomplex Shared Encoder network (PHYSEnet).
27
+
28
+ ![Model Architecture](path/to/your/image.png)
29
+
30
+ Reference: [ScienceDirect](https://www.sciencedirect.com/science/article/abs/pii/S0933365723001252)
31
+
32
+ ## Demo
33
+ Please select the example below or upload 4 pairs of mammography exam results.
34
+
35
+ ## Usage
36
+
37
+ ```
38
+ cd src
39
+
40
+ Run the following command on below
41
+ Python app.py
42
+ ```
43
+
44
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference