Update README.md
Browse files
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 |
-
|
| 99 |
-
|
| 100 |
```
|
| 101 |
|
| 102 |
2. Download the pre-trained model files:
|
| 103 |
-
|
| 104 |
-
|
| 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 |
|