The Image Recognition App is built using Flutter and Google ML Kit. Users can upload an image, and the app will identify the objects in the image, providing the name of each object along with its accuracy rate.
- Upload an image from your device.
- Identify objects in the uploaded image.
- Display the name and accuracy rate of each identified object.
- User-friendly interface with intuitive navigation.
- Flutter SDK
- Android Studio or Visual Studio Code with Flutter and Dart plugins
- A device or emulator to run the app
- Clone the repository:
git clone https://github.com/yourusername/image-recognition-app.git
- Navigate to the project directory:
cd image-recognition-app - Install the dependencies:
flutter pub get
- Run the app:
flutter run
- Launch the app on your device.
- Tap the "Upload Image" button to select an image from your gallery.
- The app will process the image and display the identified objects with their accuracy rates.