Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.15 KB

Build Status MIT License Code Style Black

Recipe Parser

A python package for scraping recipes from cooking websites and parsing the output.

Recipe Parser

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 Schema

Recipe Schema

Ingredient Parser

recipe_parser/ingredients/models notebooks/train_model_1.ipynb notebooks/train_model_2.ipynb

Conditional Random Field

Conditional Random Fields

Named Entity Recognition

Named Entity Recognition