Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ This repository provides a pre-trained Support Vector Machine (SVM) model for te
|
|
| 4 |
<br>Before running the code, ensure you have all the required libraries installed:
|
| 5 |
|
| 6 |
```python
|
| 7 |
-
pip install nltk beautifulsoup4 scikit-learn pandas
|
| 8 |
```
|
| 9 |
<br> Download necessary NTLK resources for preprocessing.
|
| 10 |
```python
|
|
|
|
| 4 |
<br>Before running the code, ensure you have all the required libraries installed:
|
| 5 |
|
| 6 |
```python
|
| 7 |
+
pip install nltk beautifulsoup4 scikit-learn pandas datasets
|
| 8 |
```
|
| 9 |
<br> Download necessary NTLK resources for preprocessing.
|
| 10 |
```python
|