Inspiration
These 3 crazy looking house centipedes that showed up in my bedroom one night (cry)
What it does
take a picture with this app and it'll give you survival advice if it is a wild animal
How I built it
I used the pre-trained machine learning model MobileNetV2FP16 and CoreML to spit out what the animal is, from here it goes through a json file with the classifier labels that are wild animals (got survival advice for each animal from chatGPT3.5, I only used chaptGPT for this I swear xD). Build on Xcode in Swift.
Challenges we ran into
I couldn't find a database with animal survival advice so I had to make one
Accomplishments that we're proud of
I tried to make it useful and nice-looking
What we learned
This is my first time using Core ML and photo picker(the phone camera/photo library). I've also not done much front end development so this was very fun!
What's next for Will I Survive?
Put in more advice for the classes that are domesticated animals and inanimate objects. Update json database when there's internet access. I also thought about training my own model with only pictures of animals and more labels
Log in or sign up for Devpost to join the conversation.