Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Md-Hakim
/
kidney-disease-classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7195b15
kidney-disease-classification
/
src
/
cnnClassifier
/
constant
/
__init__.py
hakim
pipeline added
7195b15
7 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
from
pathlib
import
Path
CONFIG_FILE_PATH = Path(
"config/config.yaml"
)
PARAMS_FILE_PATH = Path(
"params.yaml"
)