sid512206 commited on
Commit
3f35d86
·
verified ·
1 Parent(s): 1695bd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,9 +1,15 @@
 
 
 
 
 
 
 
1
  # CardioNet-XL 🫀
2
 
3
  [![Model](https://img.shields.io/badge/🤗%20Hugging%20Face-CardioNet--XL-blue)](https://huggingface.co/sid512206/CardioNet-XL)
4
  [![TensorFlow](https://img.shields.io/badge/TensorFlow-2.x-orange)](https://www.tensorflow.org/)
5
  [![Dataset](https://img.shields.io/badge/Dataset-PTB--XL-red)](https://physionet.org/content/ptb-xl/)
6
- [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
7
 
8
  **CardioNet-XL** is a specialized 1D Convolutional Neural Network (CNN) designed for multi-label classification of cardiac abnormalities from ECG signal data. Trained on the **PTB-XL dataset**, the model is optimized to detect five specific classes, providing a high-precision screening tool for clinical decision support.
9
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - medical
7
+ ---
8
  # CardioNet-XL 🫀
9
 
10
  [![Model](https://img.shields.io/badge/🤗%20Hugging%20Face-CardioNet--XL-blue)](https://huggingface.co/sid512206/CardioNet-XL)
11
  [![TensorFlow](https://img.shields.io/badge/TensorFlow-2.x-orange)](https://www.tensorflow.org/)
12
  [![Dataset](https://img.shields.io/badge/Dataset-PTB--XL-red)](https://physionet.org/content/ptb-xl/)
 
13
 
14
  **CardioNet-XL** is a specialized 1D Convolutional Neural Network (CNN) designed for multi-label classification of cardiac abnormalities from ECG signal data. Trained on the **PTB-XL dataset**, the model is optimized to detect five specific classes, providing a high-precision screening tool for clinical decision support.
15