Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.06 KB

File metadata and controls

30 lines (15 loc) · 1.06 KB

midterm1-thisteam

Ryan Gaines: Added similarity model

Adam Brassfield: Added animal noises

Caitlin Jones: Add text features

Tutorial Link: https://www.raywenderlich.com/5653-create-ml-tutorial-getting-started

This tutorial is for using CoreML in xCode. We implemented an animal recognizer to help younger users use pictures to recognize animals.

midterm1-thisteam created by GitHub Classroom

The information from our tutorial can be find in the folder downloaded tutorial materials.

Our added features and finished application can be found in Our Implementation folder.

The similarity module sometimes picks images that are not what the image is classified as. This is due to the network recognizing similar colors.

If when downloaded and it says .mlmodels are not present, drag them from the path

./midterm1-thisteam/Our\ Implementation/ClassifyingImagesWithVisionAndCoreML/Vision+ML\ Example/AnimalClassifier.mlmodel

./midterm1-thisteam/Our\ Implementation/ClassifyingImagesWithVisionAndCoreML/Vision+ML\ Example/SimilarAnimals.mlmodel

into xcode, and then compile.