examples
examples copied to clipboard
TensorFlow examples
replaced the outdated links with new ones
The current URL returns 404: the dataset has been moved to a different location. HTTPS seems to not be correctly configured, so I chose HTTP instead. Let me know if...
added tfjs folder to showcase examples made with tensorflow.js. for the initial purpose, I had replicated a codelab provided by Google, the link for same is provided in the readme...
Hello! * I have replaced the `Camera` and `Camera2` API implementations with fragments with `CameraX`. * Implemented `data binding` as well. * Refactored the code according to that * Managed...
1. Updated the text classification android to use Task Library 2. Wrote Instrumented tests for the App 3. Updated the readme file Todo: - add the interpreter implementation code
1. Updated Bert Qa IOS to use Task Library 2. Wrote new logic for presenting the answer 3. Removed Multi-threading related code and UI-components 4. Removed irrelevant tests 5. Update...
1. Updated the bert qa android to use Task Library and Interpreter 2. Wrote Instrumented tests for the App 3. Updated the readme file 4. Added gitignore to the directory...
The preprocess_model used by BrowserFftSpec will produce "nan" results when the input tensors contain too many zero entries. Such inputs are common because there may be delays in the recording...
some tools will store the obj['bndbox']['xmin'] etc. as float which results in 'ValueError: invalid literal for int() with base 10'. This appears to have been missed from this section.