Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prashasst
/
Medical_Lab_Test_Extraction_Pipeline
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0682158
Medical_Lab_Test_Extraction_Pipeline
/
config.py
Prashasst
Create config.py
970417f
verified
2 months ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
os
from
dotenv
import
load_dotenv
# Load .env variables if using a .env file
load_dotenv()
# API Key for external services
google_api = os.getenv(
"google_api"
)