This App uses Gemini API for using Generative AI to find the product details from images picked
- Flutter version 3.16.9 or Above
- AI Studio Account
- Init Project
- Build the UI
- Create a product model
- Initi the logic for the Gemini API
- Test The App
- image_picker: ^1.0.8
Use this plugin to pick images from the camera or gallery
- google_generative_ai: ^0.3.1
Use this plugin to integration with Gemini API
- flutter_easyloading: ^3.0.5
Use this plugin to show the user Loading after showing the response
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.