You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use expo-file-system and expo-asset to fetch files (#97)
## Description
1. Use expo-file-system and expo-asset to fetch files.
2. Enable background model downloads.
3. Add downloadProgress functionality to useClassification,
useObjectDetection, useStyleTransfer, useExecutorchModule and its
corresponding hookless implementations ClassificationModule,
ObjectDetectionModule, StyleTransferModule, ExecutorchModule.
4. Add functionality allowing for listing downloaded files and models.
### Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
### Tested on
- [x] iOS
- [x] Android
### Related issues
- #77
### Checklist
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings
0 commit comments