SafeBite is an intelligent allergen scanning app designed to help users make safe food choices. Using your Android device’s camera, SafeBite scans product barcodes to detect and display potential allergens in seconds.
- 📸 Barcode Scanning — Uses ML Kit for real-time barcode detection.
- 🧠 Allergen Detection — Integrates with the FatSecret API to retrieve detailed food and ingredient data.
- ⚙️ Modern Android Development — Built using Kotlin and Jetpack Compose for a clean, modern UI.
- 🧩 MVC Architecture — Ensures maintainable, modular, and testable code.
- 🗂️ Version Control — Managed using Git and GitHub for collaboration and version tracking.
| Category | Tools / Frameworks |
|---|---|
| Language | Kotlin |
| UI | Jetpack Compose |
| Architecture | MVC (Model–View–Controller) |
| Camera & Scanning | CameraX, Google ML Kit (Barcode Scanning) |
| API Integration | FatSecret API |
| IDE | Android Studio |
| Version Control | Git, GitHub |