Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piedcipher/seefood
:eyes: :pizza: SeeFood is a Flutter app which tells you whether photograph contains any food items or not.
https://github.com/piedcipher/seefood
firebase-ml-vision firebase-mlkit flutter flutter-apps silicon-valley
Last synced: about 1 month ago
JSON representation
:eyes: :pizza: SeeFood is a Flutter app which tells you whether photograph contains any food items or not.
- Host: GitHub
- URL: https://github.com/piedcipher/seefood
- Owner: piedcipher
- Created: 2019-04-29T15:50:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T15:39:05.000Z (over 3 years ago)
- Last Synced: 2024-10-08T14:22:03.522Z (about 1 month ago)
- Topics: firebase-ml-vision, firebase-mlkit, flutter, flutter-apps, silicon-valley
- Language: Dart
- Homepage:
- Size: 2.51 MB
- Stars: 25
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# See Food :eyes: :pizza:
> See Food is a Flutter app which tells you whether photograph contains any food items or not.
> This app is highly inspired by and an attempt to recreate something like [See Food](https://silicon-valley.fandom.com/wiki/SeeFood) app created by [Jian Yang](https://silicon-valley.fandom.com/wiki/J%C3%ACan-Y%C3%A1ng) in [Silicon Valley](https://en.wikipedia.org/wiki/Silicon_Valley_\(TV_series\)) TV Series.
## How to use it?
- :camera: Add a photo.
- :iphone: App tells you whether photo contains food items.
- :mobile_phone_off: Works without internet.
## Built Using
- [Flutter](https://flutter.dev)
- [Firebase](https://firebase.google.com/)
- [MLKit](https://developers.google.com/ml-kit/)## Development Setup
- Add a new project in Firebase Console.
- Add an Android App.
- Follow create app wizard.## Dependencies
- [mlkit](https://pub.dartlang.org/packages/mlkit)
- [image_picker](https://pub.dartlang.org/packages/image_picker)## Screenshots
## Getting Started with Flutter
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.io/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.