- build machine learning application on React Native
- using expo(not using used to native-cli), build both of android and ios platform
- build the ML model with tensorflow
- using mobile pysical camera feature
- get photoes and videos from user's library
- chacing data at assets directory about requirement data to build application (fonts, background image... etc)
- running tensorflow on mobile device with React Native application
- tailor data from user library to compactable tensorflow library
- predict result with tailored image data with tensor model
- display result data with UI for user