Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.43 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.43 KB

Farm Scan using Gemini

FarmScan: Farmer's Assistance is an implementation of using the Google Pro Vision model API on Android to recognize the freshness of fruits/vegetables, its approximate market value, shelf life, and a lot more insights to help farms plan cultivation/selling of crops better.

Steps to run:

  1. Clone the repository on your local machine.
  2. Open the project in Android Studio.
  3. Get the Gemini API key from Google AI Studio and paste it in the Android_App/app/src/main/java/com/example/farmscan/GenerativeAiViewModelFactory.kt file on Line 26.
  4. Build the project.
  5. Install the Android app on your phone and enjoy using FarmScan.

267A2E0C-73D5-44EF-BBE0-32F9C35F70E0-removebg-preview

Demo Video:

video.mov

Resources:

Acknowledgment:

Developed during Google's ML Developer Programs Gemini sprint, this project benefited from generous GCP credits that facilitated its completion. We express our gratitude to the MLDP team for the support provided.