Animal Classifier is an AI-powered Android application that identifies different animals from images using machine learning and deep learning techniques.
The app is built using a Convolutional Neural Network (CNN) trained on multiple animal categories. Users can select an image from their device, and the app analyzes the image to predict the most likely animal class with confidence.
This application uses TensorFlow Lite to ensure fast and efficient on-device inference, making it suitable for real-time animal recognition. The model has been trained with image preprocessing, normalization, and optimized neural network architecture to provide accurate predictions.