Implementation of FaceAbnormality detection using Swift and SwiftUI
The application is implemented using the following stacks
Swift
- LanguageSwiftUI
- UI framework to render and create UI'sCoreData
- For storing data and image statusVision
- for face detection
This application follows MVVM
architecture and the folder structure is as follows
Application
- contains files regarding application startView
- Contains custom views implemented for the processViewModel
- Contains ViewModel that holds the buisness logicModel
- Holds data part for the applicationCoreData
- Contains files related to coredataResources
- Contains assets and app iconsUtils
- Contains constants and logger
- Added app icons
- Implemented propper logging so that each and every step can be tracked