Skip to content
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

Read Me Updated #2

Merged
merged 2 commits into from
Jul 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 37 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
# vegetable_app
# 🥬 Vegetable Freshness Detection (VFD) 🔍

A new Flutter project.
<h1 align="center">
<img src="https://github.com/ParthJohri/Vegetable-freshness-detection/blob/06be344355dcd2ed34ee88bd1b4243c236c04ed2/assets/vegetables.png" alt="VFD Logo" width="250px" height="250px">
</h1>

## Getting Started
Welcome to the Vegetable Freshness Detection (VFD) project! This Flutter application allows users to capture photos of vegetables and quickly determine their freshness level. Powered by a deep learning model trained on a dataset of over 500,000 images, VFD provides a classified output indicating whether the vegetable is fresh, rotten, or semi-rotten. 🌿🍅🥕

This project is a starting point for a Flutter application.
## 🚀 Getting Started

A few resources to get you started if this is your first Flutter project:
To use VFD, follow these simple steps:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
1. Clone the repository: `git clone https://github.com/ParthJohri/Vegetable-freshness-detection.git`
2. Install Flutter dependencies: `flutter pub get`
3. Run the application: `flutter run`

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## 📸 Taking Photos

Using VFD is as easy as taking a picture! Open the application and point your camera towards a vegetable you wish to evaluate. Capture the photo by tapping the shutter button. VFD will analyze the image using its deep learning model to determine the freshness level of the vegetable. 📷🔍

## 🌱 Freshness Classification

Once the analysis is complete, VFD provides a classified output based on the freshness of the vegetable:

- 🌿 Fresh: Indicates that the vegetable is in good condition and safe to consume.
- 🍅 Rotten: Indicates that the vegetable has spoiled and should be discarded.
- 🥕 Semi-Rotten: Indicates that the vegetable is partially spoiled and may not be suitable for consumption. Exercise caution when deciding to use or discard it.

VFD's classification system helps users make informed decisions about the freshness of their vegetables, promoting healthier eating habits and reducing food waste. 🌍🍽️

## 🌐 Contributors

| [<img src="https://github.com/ParthJohri.png" width="200" height="200">](https://github.com/ParthJohri) | [<img src="https://github.com/ManasviGaur.png" width="200" height="200">](https://github.com/ManasviGaur) | [<img src="https://github.com/Basoya01.png" width="200" height="200">](https://github.com/Basoya01) |
|:---:|:---:|:---:|
| Parth Johri | Manasvi Gaur | Siddharth Basoya |

Contributions to the VFD project are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on GitHub. Let's work together to improve the accuracy and functionality of the freshness detection system.

## 📝 License

The VFD project is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to modify and distribute the application according to the terms of the license.

🙏 Thank you for using VFD! We hope it helps you assess the freshness of your vegetables and make healthier choices. Happy cooking and eating! 🥗🍴
Binary file added assets/vegetables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.