From c50fdaaa0cb3fac7eab5bdcf4d2d79a966385c73 Mon Sep 17 00:00:00 2001 From: Sreya Maxwel Date: Sat, 2 Aug 2025 06:38:54 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 597b39b44..0f1dcc09b 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,33 @@ frame (3) -# [Project Name] 🎯 +# [Snack_Spy] 🎯 ## Basic Details -### Team Name: [Name] +### Team Name: [The Sleuths] ### Team Members -- Team Lead: [Name] - [College] -- Member 2: [Name] - [College] -- Member 3: [Name] - [College] +- Team Lead: [Sreya Maxwel] - [TKM College of Engineering] +- Member 2: [Shivani S] - [TKM College of Engineering] ### Project Description -[2-3 lines about what your project does] +[This fun computer vision project detects whether food has been fairly split between two people using image analysis. By comparing portion sizes, it helps resolve sibling conflicts over unequal food sharing with a “fairness verdict".] ### The Problem (that doesn't exist) -[What ridiculous problem are you solving?] +[Siblings everywhere suffer from the age old injustice of one person getting the bigger slice of pizza or cake. These daily food disputes threaten peace at the dinner table. Our project aims to finally bring justice one plate at a time.] ### The Solution (that nobody asked for) -[How are you solving it? Keep it fun!] +[We use computer vision to analyze photos of shared food and calculate how fairly it’s been divided. Whether it’s pizza, cake, or fries , our model snitches on the sibling who took the bigger share and assigns a “Fairness Score.” Because who needs therapy when you have algorithms?] ## Technical Details ### Technologies/Components Used For Software: -- [Languages used] -- [Frameworks used] -- [Libraries used] -- [Tools used] +- [Python, HTML, JavaScript, CSS] +- [Flask] +- [rembg,OpenCV,Pillow (PIL),] +- [flask_cors] For Hardware: - [List main components] @@ -38,13 +37,19 @@ For Hardware: ### Implementation For Software: # Installation -[commands] +[pip install flask rembg opencv-python numpy pillow flask-cors] # Run -[commands] +[!python app.py] ### Project Documentation -For Software: +For Software:This is a fun AI project that detects if food is fairly divided between two people, using image analysis. +Because life isn’t fair… but snacks should be! Built to inject humor and tech into everyday conflicts, Snack Spy turns a common family drama into a gamified AI experience. +How it works: +1.Users upload two food plate images. +2.The backend uses AI (via rembg) to remove image backgrounds. +3.It calculates food area from the foreground in each image using OpenCV. +4.Then it compares the two and returns a similarity score and a cheeky verdict! # Screenshots (Add at least 3) ![Screenshot1](Add screenshot 1 here with proper name) @@ -88,9 +93,8 @@ For Hardware: [Add any extra demo materials/links] ## Team Contributions -- [Name 1]: [Specific contributions] -- [Name 2]: [Specific contributions] -- [Name 3]: [Specific contributions] +- [Shivani S]: [Front End Design and Development ,Final degugging] +- [Sreya Maxwel]: [Backend Development,Complete Integration] --- Made with ❤️ at TinkerHub Useless Projects From d4e9ba40a1895e7730683f6a8c2f6ca41cf8649a Mon Sep 17 00:00:00 2001 From: Sreya Maxwel Date: Sat, 2 Aug 2025 07:03:25 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f1dcc09b..72776bdd5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ For Hardware: For Software: # Installation [pip install flask rembg opencv-python numpy pillow flask-cors] - +# Clone the repository +[git clone https://github.com/SreyaMaxwel/Snack_Spy] # Run [!python app.py] From f1ccc6c992d7a8b6407701fd62fda51a54634917 Mon Sep 17 00:00:00 2001 From: Sreya Maxwel Date: Sat, 2 Aug 2025 08:00:19 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 72776bdd5..90d5f606a 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,13 @@ How it works: 4.Then it compares the two and returns a similarity score and a cheeky verdict! # Screenshots (Add at least 3) -![Screenshot1](Add screenshot 1 here with proper name) -*Add caption explaining what this shows* +![Screenshot1](image +)Raw Field -![Screenshot2](Add screenshot 2 here with proper name) -*Add caption explaining what this shows* +![Screenshot2](image)Sample Output -![Screenshot3](Add screenshot 3 here with proper name) -*Add caption explaining what this shows* +![Screenshot3](image +)Sample UI # Diagrams ![Workflow](Add your workflow/architecture diagram here) @@ -87,8 +86,7 @@ For Hardware: ### Project Demo # Video -[Add your demo video link here] -*Explain what the video demonstrates* +[[Add your demo video link here](https://drive.google.com/file/d/1YCf2REIiPtGIjV3dnv20B3zQWKeTTyQg/view?usp=drive_link)] # Additional Demos [Add any extra demo materials/links]