CS_337_Project_2 源码
CS 337项目2:配方解析器和变压器 安装: pip install -U pip setuptools wheel pip install -U spacy python -m spacy download en_core_web_sm pip install -r requirements.txt 运行代码: python main.py custom 这使您可以输入配方URL和转换。 下面是一个示例: python main.py custom Welcome. Please enter an AllRecipes url for us to parse. https://www.allrecipes.com/recipe/21061/bacon-and-cheddar-stuffed-mushrooms/ Got it! Name: Bacon and Cheddar St
文件列表
CS_337_Project_2-main.zip
(预估有个15文件)
CS_337_Project_2-main
main.py
3KB
extractor.py
323B
test.txt
2KB
Tool.py
3KB
IngredientsDict.json
107KB
helpers.py
11KB
Method.py
3KB
requirements.txt
864B
RecipeInfo.py
11KB
暂无评论