ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Given a food menu get a grocery list or scan grocery bill to get the recipes.

Open yeshvantbhavnasi opened this issue 6 years ago • 14 comments

Project description

An application where you can scan a grocery bill and it suggests you possible food menu you can make. Personalized to your preferences. Like Diet, cuisine etc.

Relevant Technology

There would be API to get recipes from different websites. Node.js, Java an htm5 web application with an app.

yeshvantbhavnasi avatar Aug 15 '18 00:08 yeshvantbhavnasi

Really looking for comments and contributors. To start something up for community.

yeshvantbhavnasi avatar Aug 15 '18 03:08 yeshvantbhavnasi

Don't forget about implementing support for multiple languages for at least grocery bill scanning. There are english speaking people around the world who have non-english bills.

Adikso avatar Aug 25 '18 14:08 Adikso

I like the idea. We could start by concentrating on English and then the widely spoken languages like Spanish.

Is there a specific reason that you want to use Java, though ?

jueast08 avatar Aug 31 '18 13:08 jueast08

Grocery bills generally have arconyms for most items, so I believe we'd have to build a item name database in addition to recipe and ingredients database

On Fri 31 Aug, 2018, 6:39 PM Julian EASTERLY, [email protected] wrote:

I like the idea. We could start by concentrating on English and then the widely spoken languages like Spanish.

Is there a specific reason that you want to use Java, though ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/open-source-ideas/open-source-ideas/issues/103#issuecomment-417658755, or mute the thread https://github.com/notifications/unsubscribe-auth/AKvJrkBh24wZ3xAHelLNa2Al3acAVX6xks5uWTVwgaJpZM4V9W7b .

darshkpatel avatar Sep 03 '18 06:09 darshkpatel

@jueast08 There is no specific reason of choosing java. we can use any programming language. Only one reason is I am comfortable with java. Do you have any specific programming language in mind that may be easier and helpful ?

yeshvantbhavnasi avatar Sep 04 '18 05:09 yeshvantbhavnasi

@yeshvantbhavnasi suggesting javascript/nodejs 🙂

KBPsystem777 avatar Sep 05 '18 16:09 KBPsystem777

Wouldn't it be better to use python? And it would be better to use Java for client and make Android app

Adikso avatar Sep 05 '18 17:09 Adikso

I would like to start with selecting an top class open source OCR. Need recommendations ?

yeshvantbhavnasi avatar Sep 17 '18 00:09 yeshvantbhavnasi

Could be fun :) I'm in! I know a little bit of http://tesseract.projectnaptha.com/

sgrunt91 avatar Nov 07 '18 09:11 sgrunt91

I am looking to work on this as well. Is there any more information as to what programming language should be used?

AisseMTT avatar Dec 08 '18 17:12 AisseMTT

https://github.com/yeshvantbhavnasi/GroceryScanner Lets join this repository and start working on this project. I will make the Task Board and lets start working on this.

yeshvantbhavnasi avatar Dec 10 '18 17:12 yeshvantbhavnasi

I'm in guys! Quite interesting to work on this!! Just forked it 👍 Is the task board ready?

keerthivasan-r avatar Dec 29 '18 09:12 keerthivasan-r

I'm in guys! Quite interesting to work on this!! Just forked it 👍 Is the task board ready?

Hey No I just made a quick list. But feel free to add tasks on the board: https://github.com/yeshvantbhavnasi/GroceryScanner/projects/1

yeshvantbhavnasi avatar Jan 04 '19 23:01 yeshvantbhavnasi

there's a lot of sites that suggest recipes based on ingredient list, such as supercook.com

the other way around is harder. I found that suggesting grocery list based on recipes (or rather, suggesting specific recipes based on vague idea of dish) and the relevance of the generated lists highly depend on what is actually available in my area, and figuring that out programmatically needs integration with specific supermarkets. I believe supermarket chains themselves are in a better position to offer recipe suggestions and grocery lists than a third party.

there's also hellofresh which just delivers groceries + recipe to you.

untitaker avatar Oct 25 '21 13:10 untitaker