-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43230bc
commit 55e04ba
Showing
6 changed files
with
55 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# movinet | ||
# Action Recognition Movinet | ||
|
||
A new Flutter project. | ||
| | Android | iOS | Linux | Mac | Windows | Web | | ||
|------|---------|-----|-------|-----|---------|-----| | ||
| live | ✅ | ✅ | | | | | | ||
|
||
## Getting Started | ||
This project is a sample of how to perform action recognition using | ||
TensorFlow Lite in Flutter. It includes support for both Android and IOS. | ||
|
||
This project is a starting point for a Flutter application. | ||
## Download model and labels | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
To build the project, you must first download the Movinet TensorFlow Lite | ||
model. You can do this by access https://www.kaggle.com/models/google/movinet | ||
and download movinet model. After downloading the model, you must copy the model | ||
into the `assets` folder. | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
## About the sample | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
- You can use Flutter-supported IDEs such as Android Studio or Visual Studio. | ||
This project has been tested on Android Studio Flamingo. | ||
- Before building, ensure that you have downloaded the model and the labels by | ||
following a set of instructions. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters