You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fruit classifier trained using various algorithms (ANN, CNN, and Transfer Learning with ResNet50), with results and performance evaluation of each model, to control the Detecto robot in pointing to the correct fruit based on camera feedback.
Implemented ANN and CNN models for classifying handwritten digits from the MNIST dataset achieving 97.51% accuracy with ANN and 98.71% accuracy with CNN. Included data preprocessing, visualization, and performance comparison.