Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
intelli-zen
/
demand
like
0
Follow
IntelliZen
5
Size:
100M<n<1B
License:
apache-2.0
Dataset card
Files
Files and versions
Community
3
main
demand
/
project_settings.py
HoneyTian
first commit
0be1a5f
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
210 Bytes
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import
os
from
pathlib
import
Path
project_path = os.path.abspath(os.path.dirname(__file__))
project_path = Path(project_path)
if
__name__ ==
'__main__'
:
pass