nehulagrawal commited on
Commit
1111062
·
verified ·
1 Parent(s): adb8c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -9
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Infant Cry Classifier
2
 
3
  ## Table of Contents
@@ -7,12 +20,9 @@
7
  4. [Importance and Need](#importance-and-need)
8
  5. [How It Works](#how-it-works)
9
  6. [How to Use This Model](#how-to-use-this-model)
10
- 7. [Model Performance](#model-performance)
11
- 8. [Limitations and Considerations](#limitations-and-considerations)
12
- 9. [Future Developments](#future-developments)
13
- 10. [Contributing](#contributing)
14
- 11. [License](#license)
15
- 12. [Acknowledgments](#acknowledgments)
16
 
17
  ## Introduction
18
 
@@ -181,8 +191,15 @@ This project is licensed under the MIT License - see the `LICENSE.md` file for d
181
  - Pediatric researchers who provided domain expertise
182
  - Open-source community for various tools and libraries used in this project
183
 
184
- ## Conclusion
185
 
186
- The Infant Cry Classifier represents a significant step forward in leveraging technology to support infant care. By providing insights into an infant's needs through cry analysis, we aim to enhance the quality of care, reduce parental stress, and contribute to the overall well-being of infants and their caregivers.
187
 
188
- We welcome feedback and contributions from the community to further improve and expand this important tool. Together, we can make a meaningful difference in the lives of infants and their families.
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - infant-cry-classification
7
+ - machine-learning
8
+ - audio-analysis
9
+ - signal-processing
10
+ - acoustic-feature-extraction
11
+ - audio-classification
12
+ - speech-recognition
13
+ ---
14
  # Infant Cry Classifier
15
 
16
  ## Table of Contents
 
20
  4. [Importance and Need](#importance-and-need)
21
  5. [How It Works](#how-it-works)
22
  6. [How to Use This Model](#how-to-use-this-model)
23
+ 7. [Future Developments](#future-developments)
24
+ 8. [License](#license)
25
+ 9. [Acknowledgments](#acknowledgments)
 
 
 
26
 
27
  ## Introduction
28
 
 
191
  - Pediatric researchers who provided domain expertise
192
  - Open-source community for various tools and libraries used in this project
193
 
194
+ ## Model Card Contact
195
 
196
+ For inquiries and contributions, please contact us at info@foduu.com.
197
 
198
+ ```bibtex
199
+ @ModelCard{
200
+ author = {Nehul Agrawal and
201
+ Priyal Mehta},
202
+ title = {Infant Cry Classifier},
203
+ year = {2024}
204
+ }
205
+ ```