An Android app that scans your device's files, ranks them by importance using an on-device TensorFlow Lite model, and lets you back up the selected files to Google Drive. smart-backup/ ├── app/ │ ├── ...
MVVM (Model-View-ViewModel) architecture pattern has been used in the development of this application. The development language of the application is Kotlin.