amanbind007 / Drawing-Guesser-iOS

iOS App that guesses what you have drawn. It is creating using SwiftUI interface and CoreML. Model is trained using Google's Quick Draw Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift

Swift SwiftUI Architecture GitHub forks GitHub Stars GitHub Watchers

Libraries & Tools

CoreML XCode Swift Package Manager CreateML

Drawing Guesser - iOS

Drawing guesser is an fully SwiftUI based Drawing guessing game that uses CoreML model to predict what you have drawn. The ML Model is trained using Google's Quick, Draw! dataset using CreateML tool.

πŸ“ Table of Contents

  • Fully SwiftUI Based
  • Dark Mode Support
  • MVVM Design Patern
Predicting User drawn Images
Saving user created Drawing in Photos
Added Dark Mode Support
iOS 17 & Above
Xcode 15 & Above
  • You can learn Technologies like
    • SwiftUI
    • CoreML
    • CreateML
    • Machine Learning on iOS
    • Swift Package Manager(SPM)

This project uses SPM (Swift Package Manager) as Dependency manager.

Fisherman's Keeper        # Root Group
.
β”œβ”€β”€ Extensions            # Some useful extensions for converting and resizing image to pixel buffer
β”œβ”€β”€ Globals               # Contains App constants
β”œβ”€β”€ Views                 # SwiftUI Views
β”œβ”€β”€ ViewModel             # Viewmodels for SwiftUI Views
β”œβ”€β”€ Model                 # ML Model
|
└── Preview Content       # Dummy Data Files for supporting SwiftUI Previews

If you want to contribute to this app, you're always welcome!

What you can do

You can contribute us by filing issues, bugs and PRs.

Before you do

Before you open a issue or report a bug, please check if the issue or bug is related to Xcode or SwiftUI.

Have an project? DM me at πŸ‘‡

Drop a mail to:- amanbind007@gmail.com

About

iOS App that guesses what you have drawn. It is creating using SwiftUI interface and CoreML. Model is trained using Google's Quick Draw Dataset


Languages

Language:Swift 100.0%