From 4382480c0b31b66a9e9564c0faaa2f5c326597f6 Mon Sep 17 00:00:00 2001 From: ShinMini <77220824+ShinMini@users.noreply.github.com> Date: Sun, 14 May 2023 15:44:26 +0900 Subject: [PATCH] docs: update the plan --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2aa7423..eae2e0f 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,16 @@ 2. using expo(not using used to native-cli), build both of android and ios platform 3. build the ML model with tensorflow -# Focus on - -1. using mobile pysical camera feature -2. get photoes and videos from user's library -3. chacing data at assets directory about requirement data to build application (fonts, background image... etc) -4. running tensorflow on mobile device with React Native application -5. tailor data from user library to compactable tensorflow library -6. predict result with tailored image data with tensor model -7. display result data with UI for user +# Including features: + +1. Camera function - expo, expo-camera +2. Get image and video files from user's library - media-picker, expo +3. Chache the config data at assets directory while app building (fonts, background image... etc) - config, local-storage +4. Running tensorflow.js model on React-Native environment - react-native, local-storage, redux-toolkit, config +5. Optimize the data from user which can be interactive with tensorflow library - media-picker, tensorflow.js, typescript +6. Check a prediected result from tensor API - tensorflow.js, util.fs, util.promisfy +7. Draw the result value on User Interface by graphical animation - Skia, re-animated + # Check the Results