Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DurgaDeepak
/
eat2fit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6eae2d9
eat2fit
/
ingestion.py
DurgaDeepak
Create ingestion.py
6375eee
verified
3 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
from
utils
import
extract_text_from_pdfs
def
ingest
():
return
extract_text_from_pdfs(
"meal_plans"
)