fast-api-cloud / tests /test_scaling.py
Gowthamr23's picture
Upload folder using huggingface_hub
bab4aa8 verified
Raw
History Blame Contribute Delete
213 Bytes
from app.services.quantity_estimator import QuantityEstimator
q = QuantityEstimator()
print(q.scale_quantity("400 grams", 2))
print(q.scale_quantity("2 tablespoons", 3))
print(q.scale_quantity("½ teaspoon", 2))