nehulagrawal commited on
Commit
e7a59b8
·
verified ·
1 Parent(s): 2012e7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -87,21 +87,21 @@ This model opens up new avenues for research in:
87
 
88
  - Python 3.7 or higher
89
  - Required libraries (install via pip):
90
- ```
91
  pip install numpy pandas scikit-learn joblib librosa
92
  ```
93
 
94
  ### Installation
95
 
96
  1. Clone this repository:
97
- ```
98
- git clone https://huggingface.co/nehulagrawal/infant-cry-classification
99
- cd infant-cry-classifier
100
  ```
101
 
102
  2. Download the pre-trained model files:
103
- `model.joblib`
104
- `label.joblib`
105
 
106
  ### Usage
107
 
 
87
 
88
  - Python 3.7 or higher
89
  - Required libraries (install via pip):
90
+ ```bash
91
  pip install numpy pandas scikit-learn joblib librosa
92
  ```
93
 
94
  ### Installation
95
 
96
  1. Clone this repository:
97
+ ```bash
98
+ git clone https://huggingface.co/nehulagrawal/infant-cry-classification
99
+ cd infant-cry-classifier
100
  ```
101
 
102
  2. Download the pre-trained model files:
103
+ 'model.joblib'
104
+ 'label.joblib'
105
 
106
  ### Usage
107