infinitered / infinitered/react-native-mlkit
Include option to unload models
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 444
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Types like `ExpoMLKitObjectDetector` should include an "unload" option to allow apps to free up memory when models are not being used.
Contributor guide
Research direction
Start by locating the ExpoMLKitObjectDetector type and its model lifecycle implementation. Review how models are created and retained, then determine the platform-specific entry points that need the unload option. Done means apps can explicitly release an unused model and the behavior is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- machine-learning, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100