nubahador commited on
Commit
11ebb87
Β·
verified Β·
1 Parent(s): 42fe492

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -43
README.md CHANGED
@@ -2,56 +2,86 @@
2
  license: mit
3
  ---
4
 
5
- # Dataset Card for Chirp Spectrograms (Images & Corresponding Labels)
6
-
7
- ## Sample Generated Spectrograms
8
 
 
 
9
  <div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;">
10
- <img src="https://raw.githubusercontent.com/nbahador/chirp_spectrogram_generator/main/Usage_Example/spectrogram_4.png" alt="Sample Spectrogram" width="45%" />
11
- <img src="https://raw.githubusercontent.com/nbahador/chirp_spectrogram_generator/main/Usage_Example/Samples.jpg" alt="Multiple Spectrograms" width="45%" />
 
 
 
 
 
12
  </div>
13
 
14
- ## Dataset Details
15
-
16
- ### Dataset Description
17
-
18
- This dataset contains 100000 synthetic chirp spectrograms with corresponding labels, generated for research in signal processing and machine learning applications. The dataset is particularly useful for developing and testing models for chirp signal detection and localization.
19
-
20
- - **Curated by:** Nooshin Bahador
21
- - **Funded by:** Canadian Neuroanalytics Scholars Program
22
- - **Shared by:** Nooshin Bahador
23
- - **Language(s):** Python (for generation package)
24
- - **License:** MIT
25
-
26
- ### Dataset Sources
27
-
28
- - **Repository:** [GitHub Package](https://github.com/nbahador/chirp_spectrogram_generator/tree/main)
29
- - **Paper:** [ArXiv Publication](https://arxiv.org/pdf/2503.22713)
30
-
31
- ## Dataset Structure
32
-
33
- The dataset contains:
34
- - Spectrogram images
35
- - Corresponding labels including chirp parameters and locations
36
- - Metadata about generation parameters
37
-
38
- #### Data Collection and Processing
39
-
40
- Data was synthetically generated using the provided Python package, with parameters randomly sampled from physiologically relevant ranges.
41
- - **Repository:** [GitHub Package](https://github.com/nbahador/chirp_spectrogram_generator/tree/main)
42
-
43
- #### Who are the source data producers?
44
-
45
- The data was generated by the authors using their custom Python package.
46
 
47
- ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
- [Bahador, N., & Lankarany, M. (2025). Chirp localization via fine-tuned transformer model: A proof-of-concept study. arXiv preprint arXiv:2503.22713.](https://arxiv.org/pdf/2503.22713)
 
 
 
 
 
 
 
 
 
50
 
51
- ## More Information
 
 
 
 
 
52
 
53
- For more information and generation code, visit the [GitHub repository](https://github.com/nbahador/chirp_spectrogram_generator/tree/main).
 
 
 
 
 
54
 
55
- ## Dataset Card Authors
 
 
56
 
57
- [Nooshin Bahador](https://www.linkedin.com/in/nooshin-bahador-30348950/)
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ # Dataset Card for Chirp Spectrograms
6
+ *Images & Corresponding Labels for Signal Processing Research*
 
7
 
8
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #4285f4;">
9
+ <h2 style="margin-top: 0;">πŸ“Š Sample Generated Spectrograms</h2>
10
  <div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;">
11
+ <div style="border: 1px solid #e0e0e0; border-radius: 8px; padding: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
12
+ <img src="https://raw.githubusercontent.com/nbahador/chirp_spectrogram_generator/main/Usage_Example/spectrogram_4.png" alt="Sample Spectrogram" width="100%" />
13
+ </div>
14
+ <div style="border: 1px solid #e0e0e0; border-radius: 8px; padding: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
15
+ <img src="https://raw.githubusercontent.com/nbahador/chirp_spectrogram_generator/main/Usage_Example/Samples.jpg" alt="Multiple Spectrograms" width="100%" />
16
+ </div>
17
+ </div>
18
  </div>
19
 
20
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #34a853;">
21
+ <h2 style="margin-top: 0;">πŸ“ Dataset Description</h2>
22
+ <p>This dataset contains <strong>100,000 synthetic chirp spectrograms</strong> with corresponding labels, generated for research in signal processing and machine learning applications. The dataset is particularly useful for developing and testing models for chirp signal detection and localization.</p>
23
+
24
+ <div style="display: flex; flex-wrap: wrap; gap: 15px; margin-top: 15px;">
25
+ <div style="flex: 1; min-width: 200px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
26
+ <h4 style="margin-top: 0; color: #5f6368;">πŸ§‘β€πŸ’» Curated by</h4>
27
+ <p>Nooshin Bahador</p>
28
+ </div>
29
+ <div style="flex: 1; min-width: 200px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
30
+ <h4 style="margin-top: 0; color: #5f6368;">πŸ’° Funded by</h4>
31
+ <p>Canadian Neuroanalytics Scholars Program</p>
32
+ </div>
33
+ <div style="flex: 1; min-width: 200px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
34
+ <h4 style="margin-top: 0; color: #5f6368;">πŸ“œ License</h4>
35
+ <p>MIT</p>
36
+ </div>
37
+ </div>
38
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #ea4335;">
41
+ <h2 style="margin-top: 0;">πŸ”— Dataset Sources</h2>
42
+ <div style="display: flex; flex-wrap: wrap; gap: 15px;">
43
+ <div style="flex: 1; min-width: 250px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
44
+ <h4 style="margin-top: 0;">GitHub Repository</h4>
45
+ <p><a href="https://github.com/nbahador/chirp_spectrogram_generator/tree/main">Chirp Spectrogram Generator</a></p>
46
+ </div>
47
+ <div style="flex: 1; min-width: 250px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
48
+ <h4 style="margin-top: 0;">Research Paper</h4>
49
+ <p><a href="https://arxiv.org/pdf/2503.22713">ArXiv Publication</a></p>
50
+ </div>
51
+ </div>
52
+ </div>
53
 
54
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #fbbc05;">
55
+ <h2 style="margin-top: 0;">πŸ—‚ Dataset Structure</h2>
56
+ <div style="background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-bottom: 15px;">
57
+ <h4 style="margin-top: 0;">Content Includes:</h4>
58
+ <ul>
59
+ <li>Spectrogram images</li>
60
+ <li>Corresponding labels including chirp parameters and locations</li>
61
+ <li>Metadata about generation parameters</li>
62
+ </ul>
63
+ </div>
64
 
65
+ <div style="background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
66
+ <h4 style="margin-top: 0;">Data Collection and Processing</h4>
67
+ <p>Data was synthetically generated using the provided Python package, with parameters randomly sampled from physiologically relevant ranges.</p>
68
+ <p><strong>Repository:</strong> <a href="https://github.com/nbahador/chirp_spectrogram_generator/tree/main">GitHub Package</a></p>
69
+ </div>
70
+ </div>
71
 
72
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #673ab7;">
73
+ <h2 style="margin-top: 0;">πŸ“„ Citation</h2>
74
+ <div style="background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
75
+ <p>Bahador, N., & Lankarany, M. (2025). Chirp localization via fine-tuned transformer model: A proof-of-concept study. arXiv preprint arXiv:2503.22713. <a href="https://arxiv.org/pdf/2503.22713">[PDF]</a></p>
76
+ </div>
77
+ </div>
78
 
79
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; border-left: 4px solid #00bcd4;">
80
+ <h2 style="margin-top: 0;">ℹ️ More Information</h2>
81
+ <p>For more information and generation code, visit the <a href="https://github.com/nbahador/chirp_spectrogram_generator/tree/main">GitHub repository</a>.</p>
82
 
83
+ <div style="margin-top: 15px; padding-top: 15px; border-top: 1px solid #e0e0e0;">
84
+ <h4 style="margin-bottom: 5px;">Dataset Card Authors</h4>
85
+ <p><a href="https://www.linkedin.com/in/nooshin-bahador-30348950/">Nooshin Bahador</a></p>
86
+ </div>
87
+ </div>