fast-api-cloud / tests /test_parser.py
Gowthamr23's picture
Upload folder using huggingface_hub
bab4aa8 verified
Raw
History Blame Contribute Delete
176 Bytes
from app.agents.recipe_parser import RecipeParser
parser = RecipeParser()
print(
parser.extract_servings(
"Prep time 20 mins\nServes 4\nCook time 30 mins"
)
)