An Android app built with Kotlin and Jetpack Compose to:
- Capture grocery images
- Extract text via OCR (Google ML Kit)
- Parse ingredients
- Generate recipes using Groq API
- Securely store last scan data
- ✅ Camera integration
- ✅ OCR text extraction
- ✅ AI-powered recipe generation
- ✅ Secure storage
- ✅ Modern UI with Material 3
- Kotlin, Jetpack Compose
- Google ML Kit OCR
- Groq API (GPT-OSS-20B)
- EncryptedSharedPreferences
- MVVM + StateFlow
- Capture grocery image
- Extract text using OCR
- Parse ingredients
- Generate recipes via API
- Display in Compose UI
- Clone the repo:
git clone https://github.com/your-username/SmartGroceryScanner.git- Add API key in
local.properties:
GROQ_API_KEY=your_api_key_here
- Sync Gradle & run the app.
- Offline OCR
- Multi-language parsing
- Advanced recipe filters
MIT This is GitHub-ready Markdown with proper headings, lists, and code blocks.


