Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
georgeek
/
HF-LLM-Intent-Detection
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4afdea8
HF-LLM-Intent-Detection
/
import_Path.py
georgeek
.
4afdea8
9 days ago
raw
Copy download link
history
blame
Safe
147 Bytes
from
pathlib
import
Path
# Get the project base directory
BASE_DIR = Path(__file__).resolve().parent
print
(
f"Project base directory:
{BASE_DIR}
"
)