Resize: Difference between revisions

From WikiDotMako
(started a page)
 
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
# get a database of recipes
# get a database of recipes
# '''build a parser to find ingredients and quantities'''
# '''build a parser to find ingredients and quantities'''
# '''integrate conversion system for quantities'''
# integrate conversion system for quantities
# '''figure out the most-used ingredients and make sure they are available'''
# figure out the most-used ingredients and make sure they are available
# integrate this backend stuff into an ajax web interface
# integrate this backend stuff into an ajax web interface
# testing
# testing
Line 11: Line 11:
# publicize
# publicize


==Currently working on==
==Current Project==
 
2. build a parser to find ingredients and quantities (pita, but doable)
- Erik


3. build a parser to find ingredients and quantities (pita, but doable)


* Erik
* [http://www.abisource.com/projects/link-grammar/dict/index.html Link Grammer Dictionary]
* [http://www.abisource.com/projects/link-grammar/dict/introduction.html#2 Introduction to Link-Grammar]: Has info on subscripts.


==To do/useful info==
==To do/useful info==


3. integrate conversion system for quantities
3. integrate conversion system for quantities
- [http://spreadsheets.google.com/ccc?key=0AuIwK2Zsaa65dDd4RlQtY1JCWW9yc3luYzJ5SE9vcXc&hl=en Google Spread Sheet]: Metric Conversion Table


- USDA DB WEIGHT.txt
* [http://spreadsheets.google.com/ccc?key=0AuIwK2Zsaa65dDd4RlQtY1JCWW9yc3luYzJ5SE9vcXc&hl=en Google Spread Sheet]: Metric Conversion Table
 
* USDA DB WEIGHT.txt




4. figure out the most-used ingredients and make sure they are available
4. figure out the most-used ingredients and make sure they are available
There are some wikipedia articles that may be useful:
* [http://en.wikipedia.org/wiki/Outline_of_cooking Outline of Cooking]: includes list of preparation methods.
* [http://en.wikipedia.org/wiki/International_food_terms International Cooking Terms]
* [http://en.wikipedia.org/wiki/List_of_food_preparation_utensils Food Prep Utensil List]


5. integrate this backend stuff into an ajax web interface
5. integrate this backend stuff into an ajax web interface


6. testing
6. testing
- Amazon Turk
 
* [https://www.mturk.com/mturk/welcome Amazon Turk]


7. get usage stats; start saving recipes
7. get usage stats; start saving recipes
- [http://www.hping.org/visitors/ visitors]
 
* [http://www.hping.org/visitors/ visitors]


8. publicize
8. publicize
- Popular food blogs
 
* Popular food blogs


==Finished==
==Finished==
0. get the usda data in mysql
0. get the usda data in mysql
-[http://www.ars.usda.gov/Services/docs.htm?docid=8964 USDA DB]
* [http://www.ars.usda.gov/Services/docs.htm?docid=8964 USDA DB]


1. get a database of recipes
1. get a database of recipes
-[http://thehoseys.com/recipes.html Mealmaster recipe DB]
* [http://thehoseys.com/recipes.html Mealmaster recipe DB]

Latest revision as of 19:03, 25 November 2009

Overview[edit]

  1. get the usda data in mysql
  2. get a database of recipes
  3. build a parser to find ingredients and quantities
  4. integrate conversion system for quantities
  5. figure out the most-used ingredients and make sure they are available
  6. integrate this backend stuff into an ajax web interface
  7. testing
  8. get usage stats; start saving recipes
  9. publicize

Current Project[edit]

3. build a parser to find ingredients and quantities (pita, but doable)

To do/useful info[edit]

3. integrate conversion system for quantities

  • USDA DB WEIGHT.txt


4. figure out the most-used ingredients and make sure they are available

There are some wikipedia articles that may be useful:

5. integrate this backend stuff into an ajax web interface

6. testing

7. get usage stats; start saving recipes

8. publicize

  • Popular food blogs

Finished[edit]

0. get the usda data in mysql

1. get a database of recipes