-
Notifications
You must be signed in to change notification settings - Fork 892
Update Readme.in #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update Readme.in #39
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,34 +1,33 @@ | ||||||||||||||||||||||||||||||||||||||
<img width="3188" height="1202" alt="frame (3)" src="https://github.com/user-attachments/assets/517ad8e9-ad22-457d-9538-a9e62d137cd7" /> | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
# [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,23 +37,29 @@ For Hardware: | |||||||||||||||||||||||||||||||||||||
### Implementation | ||||||||||||||||||||||||||||||||||||||
For Software: | ||||||||||||||||||||||||||||||||||||||
# Installation | ||||||||||||||||||||||||||||||||||||||
[commands] | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
[pip install flask rembg opencv-python numpy pillow flask-cors] | ||||||||||||||||||||||||||||||||||||||
# Clone the repository | ||||||||||||||||||||||||||||||||||||||
[git clone https://github.com/SreyaMaxwel/Snack_Spy] | ||||||||||||||||||||||||||||||||||||||
# 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) | ||||||||||||||||||||||||||||||||||||||
 | ||||||||||||||||||||||||||||||||||||||
*Add caption explaining what this shows* | ||||||||||||||||||||||||||||||||||||||
Raw Field | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
 | ||||||||||||||||||||||||||||||||||||||
*Add caption explaining what this shows* | ||||||||||||||||||||||||||||||||||||||
Sample Output | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
 | ||||||||||||||||||||||||||||||||||||||
*Add caption explaining what this shows* | ||||||||||||||||||||||||||||||||||||||
Sample UI | ||||||||||||||||||||||||||||||||||||||
Comment on lines
+56
to
+62
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Screenshot markup is malformed; images won’t render Wrapping an -Raw Field
+# Raw input
+ Repeat for the remaining screenshots. 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
# Diagrams | ||||||||||||||||||||||||||||||||||||||
 | ||||||||||||||||||||||||||||||||||||||
|
@@ -81,16 +86,14 @@ 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] | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
## 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 | ||||||||||||||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Commands should be in fenced code blocks, not link brackets
Square brackets break rendering and copy-paste. Use fenced blocks and remove the
!
prefix on the run command.🤖 Prompt for AI Agents