AI Image Classifier is a Flutter application that allows users to classify images using a pre-trained TensorFlow Lite model. Users can select an image from their gallery, and the app will use the TensorFlow Lite model to classify the image and display the results.
- Select an image from the gallery.
- Classify the selected image using a TensorFlow Lite model.
- Display the classification results.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Flutter SDK: Install Flutter
- Android Studio or Xcode (depending on your platform)
- A physical device or emulator for testing
-
Clone the repository:
git clone https://github.com/your_username/ai_img_classifier.git cd ai_img_classifier