Android App using Deep Learning to advice food considering an image source
FoodAdvisor-installation.apk serves for direct installation on Android devices
You can find it under Releases -> Assets -> FoodAdvisor-installation.apk
Requirements:
- Working Custom Tensorflow Model in Python ✅
- ModelOutput formating ✅
- Android UI, Behaviour ✅
- Convert Tensorflow Model to TFLite ✅
- Integrate TLite Model into Android App ✅
Source Code Guide:
- The UI components are located in: .\CameraTest\app\src\main\java\com\example\CameraTest
- The database and the TFLite are located in: .\CameraTest\app\src\main\assets