现有的营养成分数据库?
我正在使用 MVC 开发一个电子商务商店,它将展示各种保健食品。我们想显示每种产品的营养成分标签,并且想知道是否有一种现有的方法可以在没有图像的情况下动态地执行此操作,以及是否有一个数据库包含我们可以从中提取的所有事实,以最大限度地减少数据输入蝙蝠。我不确定这是否是一个堆栈溢出适当的问题,但我希望这里有人能指出我正确的方向。谢谢!
编辑
我找到了这个网站http:// www.myfitnesspal.com/food/calorie-chart-nutrition-facts 其中有很多我需要的产品,但美国农业部等数据库中缺少这些产品。收集这些信息的最佳方式是什么?
I'm developing an ecommerce store using MVC and it will feature various health food products. We would like to display the Nutrition Facts label for each product, and am wondering if there is an existing way to do this dynamically without images and if there is a database out there with all the facts we can pull from, to minimize data entry off the bat. I'm not sure if this is a stack-overflow appropriate question, but I'm hoping someone here can point me in the right direction. Thanks!
Edit
I've found this website http://www.myfitnesspal.com/food/calorie-chart-nutrition-facts which has alot of the products that I need that are missing from databases such as the USDA's. What's the best way of collecting this information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
美国农业部数据库有大约 10,000 条记录,使用起来非常烦人。
有许多营养 API:
The USDA database has about 10,000 records, and it quite annoying to work with.
There are a number of Nutrition APIs out there:
我不确定它在包装和加工食品方面有多完整,但当我试图完成类似的任务时,美国农业部提供的数据库是一个良好的开始。
不幸的是,它位于 Access 中。
从 USDA 下载
I'm not sure how complete it is with regard to packaged and processed food, but the database available from the USDA was a good start when I was trying to accomplish a similar task.
It is in Access, unfortunately.
Download from the USDA