horinezachary / goose-database

This repository holds the frontend code and supporting code for the Goose Database Recipe Repository.
https://goose.horine.dev
1 stars 1 forks source link

Evaluate ingredient-phrase-tagger #19

Closed jemisonf closed 4 years ago

jemisonf commented 4 years ago

Following up on @horinezachary's work with ingredient-phrase-tagger, try to:

Their docker image has you pull the image, then train the model inside the image. It would nice to have one that pulled with a pre-trained image. Also, my inclination is to try out fastapi for the API endpoint since it can integrate easily with the python code they've already written, but something else like flask would work as well.

jemisonf commented 4 years ago

Repo with code is here: https://github.com/jemisonf/ingredient-phrase-tagger

And the API server is here: https://ingredient-phrase-tagger-api-7wwbuzd3ha-uc.a.run.app