A python package for scraping recipes from cooking websites and parsing the output.
This parser is based on recipe-scrapers by hhursev. While the package is very useful, it lacks some of the tools I needed to parse recipes so I decided to write my own using the same principles. I likely could have just used the API, but I was interested in exploring how to parse pages based on schema.org
recipe_parser/ingredients/models
notebooks/train_model_1.ipynb
notebooks/train_model_2.ipynb
Conditional Random Fields
Named Entity Recognition