App to classify the user as dog lover or cat lover
This app uses a custom ML model to identify if the image clicked is of a dog or a cat and counts the number of cats and dogs clicked. On the basis of that count it classifies a user as a cat lover or a dog lover. ✨
- Clone or download the app from this repository. 👩💻
- Open project file in terminal. 💻
- Open the
Cat VS Dog.xcodeproj
file. 💾 - Change the bundle identifier. ⚙️
- Press
Ctrl + R
to run the app. 📲 - Do star this repo and/or contribute if you like it.🙂
- As soon as you open the app, you see your count history of number of cats and dogs. 😸
- Click on the camera button to click an image of the pet. 📸
- Confirm the image upon clicking. 🖼
- You'll be taken back to the first screen with updated results. 😁
- UIKit
- AVKit
- CoreML
Please read the LICENSE file for details.
- Run the app - Steps are mentioned above.
- If you face issues in any step open a new issue.
- To fix issues: Fork this repository, make your changes and make a Pull Request.
The ML Model used for this project was made by Iishi Patel. You can check it here.