Skip to content

fix(docs): corrects common typos in project documentation #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lite/examples/gesture_classification/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Note : Model download does not work in Firefox.

## Overview
This is a web app used to predict gesture from a webcam using transfer learning. We will use a pretrained truncated MobileNet model and train another model using the internal MobileNet activation to predict upto 8 different classes from the webcam defined by the user.
This is a web app used to predict gesture from a webcam using transfer learning. We will use a pretrained truncated MobileNet model and train another model using the internal MobileNet activation to predict up to 8 different classes from the webcam defined by the user.

`index.html` can be opened directly inside a browser. No need to have a web server to run the web app.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ DSP (Digital Signal Processor) or NPU (Neural Processing Unit) is available, a
[`Delegate`](https://www.tensorflow.org/lite/performance/delegates) can be used
to take full advantage of these hardware.

Please note that there are performance edge cases and developers are adviced to
Please note that there are performance edge cases and developers are advised to
test with a representative set of devices prior to production.

```java
Expand Down
2 changes: 1 addition & 1 deletion lite/examples/smart_reply/android/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ source code.
([release](https://github.com/bazelbuild/bazelisk/releases)) to automaticlly
upgrades to the specific version via `.bazelversion` file.

- The WORKSPACE file will pull TensorFlow source code, and it futher requires
- The WORKSPACE file will pull TensorFlow source code, and it further requires
TensorFlow's python dependencies installed before building. (Tips: If you
notice some missing Python packages during `bazel` command, please use `pip
install <package>` to install it.)
Expand Down