Skip to content

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

Notifications You must be signed in to change notification settings

amanbind007/Drawing-Guesser-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages