https://github.com/twofingerrightclick/gardendefensesystem
A Xamarin Forms app that alerts gardeners when chickens are approaching their garden.
https://github.com/twofingerrightclick/gardendefensesystem
custom-vision-api tensorflow-lite xamarin-android xamarin-forms
Last synced: 9 months ago
JSON representation
A Xamarin Forms app that alerts gardeners when chickens are approaching their garden.
- Host: GitHub
- URL: https://github.com/twofingerrightclick/gardendefensesystem
- Owner: twofingerrightclick
- Created: 2022-07-02T19:23:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T03:18:34.000Z (about 3 years ago)
- Last Synced: 2025-09-11T18:00:58.756Z (9 months ago)
- Topics: custom-vision-api, tensorflow-lite, xamarin-android, xamarin-forms
- Language: C#
- Homepage:
- Size: 9.93 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GardenDefenseSystem
## What is it
A basic Xamarin.Forms Android project that is implemented with MVVM pattern used commonly with Xamarin.Forms.
## What does it do
The app has one page that allows for taking photos and then processing them (via TFLite) for an object (chicken).
## How is it useful to others
This project is a good starting point for working with TFLite object detection in Xamarin.Forms Droid.
## How to learn more
Please see [Blog post for more information about working with TFLite in Xamarin.Forms and example usage of the app](https://intellitect.com/blog/object-detection-tensorflow-lite/)

