Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- newsclassifier/config/config.py +0 -2
- requirements.txt +1 -0
newsclassifier/config/config.py
CHANGED
@@ -4,8 +4,6 @@ from dataclasses import dataclass
|
|
4 |
from logging.handlers import RotatingFileHandler
|
5 |
from pathlib import Path
|
6 |
|
7 |
-
import nltk
|
8 |
-
|
9 |
from rich.logging import RichHandler
|
10 |
|
11 |
# from nltk.corpus import stopwords
|
|
|
4 |
from logging.handlers import RotatingFileHandler
|
5 |
from pathlib import Path
|
6 |
|
|
|
|
|
7 |
from rich.logging import RichHandler
|
8 |
|
9 |
# from nltk.corpus import stopwords
|
requirements.txt
CHANGED
@@ -10,6 +10,7 @@ matplotlib==3.8.0
|
|
10 |
mkdocs==1.5.3
|
11 |
mkdocstrings==0.23.0
|
12 |
mkdocstrings-python==1.7.3
|
|
|
13 |
numpy==1.26.1
|
14 |
pandas==2.1.2
|
15 |
pre-commit==3.5.0
|
|
|
10 |
mkdocs==1.5.3
|
11 |
mkdocstrings==0.23.0
|
12 |
mkdocstrings-python==1.7.3
|
13 |
+
nltk==3.8.1
|
14 |
numpy==1.26.1
|
15 |
pandas==2.1.2
|
16 |
pre-commit==3.5.0
|