A simple mobile application which classify the uploaded image with the help of tflite model and give suitable labels which is then used to find suitable captions for the uploaded image
- Flutter installed on your machine
- An Android or iOS device
- An active internet connection
It's easy to get started. Just plug in your device and build the application. To build the application, just:
- If you use IDE's for flutter development
- Connect your device
- Build the application by the IDE you use for flutter development.
- Or run
flutter run --release
on your console to build the app.
- If you use terminal or CMD for flutter development
- Connect your device
- Run
flutter run --release
on your console
- If you want to just build the apk
- Run
flutter build apk --release
(for Android users)
- Run