Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
<img width="100" height="100" alt="spotlight120" src="https://user-images.githubusercontent.com/59039044/140596234-6737b042-e297-4cc8-90bf-c87aedb7bd33.png">

# Newly-iOS
Text Classifier iOS App, powered by Apple Vision &amp; CreateML framework
Text Classifier App for iOS, powered by Apple Vision &amp; CreateML framework


## Description
- Extract text from images
- Predict class of text with integrated Machine Learning Model
- Light & Dark mode enable
- MVP design pattern
- Add initial unit test case to test machine learning model prediction

## Frameworks
- UIKit
- Vision
- Create ML

## What did I learn
- Develop text classifer model with Create ML
- Utilise UIContainerView to embed custom view in ViewController
- Get started with Unit Test
- Use WWDC Videos & Documentation as learning resources

## Third Party Frameworks
- Lottie

## Dependency Manager
- Swift Package Manager(SPM)

## Future Updates

- Persistence with Core Data
- Mixpanel Analytics
- Adding Unit Test Cases