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.
- Clone the repository on your local machine.
- Open the project in Android Studio.
- 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. - Build the project.
- Install the Android app on your phone and enjoy using FarmScan.
video.mov
- Try it on Hugging Face Spaces: https://huggingface.co/spaces/Aashi/FarmScan
- Generate API Key: https://makersuite.google.com/app/apikey
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.