Skip to content

Commit ef45d58

Browse files
committed
Add images and overview pages
1 parent 6fbaa04 commit ef45d58

11 files changed

+60
-0
lines changed

images/screenshots/classify_sound.gif

1.79 MB
Loading

images/screenshots/pose1.png

626 KB
Loading

images/screenshots/pose2.png

462 KB
Loading

images/screenshots/speech_command.png

24.1 KB
Loading

images/screenshots/spice.png

296 KB
Loading

images/screenshots/yolo.png

1.19 MB
Loading

overviews/classify_pose.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Classify pose
2+
3+
Here are some ideas:
4+
* [Human pose](https://github.com/dronefreak/human-action-classification) -
5+
use TF Lite’s [PoseNet](https://www.tensorflow.org/lite/models/pose_estimation/overview) and add a layer of fully connected
6+
* [Hand pose](https://github.com/Prasad9/Classify-HandGesturePose) -
7+
use TF Lite’s [hand model](https://google.github.io/mediapipe/solutions/hands) from MediaPipe
8+
9+
Help needed:
10+
* Generate ideas
11+
* Write sample apps and tutorials
12+
13+
<p align="center">
14+
<img src="../images/screenshots/pose1.png" width='680'/>
15+
16+
<img src="../images/screenshots/pose2.png" width='680'/>
17+
</p>

overviews/classify_sound.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Sound classification
2+
3+
Teachable Machine (TM) offers a no-code [solution](https://medium.com/@warronbebster/teachable-machine-tutorial-snap-clap-whistle-4212fd7f3555) to train a sound classifier and exporting the model to TensorFlow Lite.
4+
5+
Current status: blocked by FFT support on TF Lite. Waiting for TF team to resolve.
6+
7+
<p align="center">
8+
<img src="../images/screenshots/classify_sound.gif" width='680'/>
9+
</p>

overviews/speech_command.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Speech commands
2+
3+
There are already sample apps for Android and iOS for speech commands - recognition of speech Commands on mobile, highlighting the spoken word; however, there is no end-to-end tutorial on how to use it.
4+
5+
Help needed:
6+
* Convert the TF1 training code to TF 2
7+
* Write e2e tutorial on how to use and customize the sample
8+
9+
<p align="center">
10+
<img src="../images/screenshots/speech_command.png" width='680'/>
11+
</p>

overviews/spice_pitch_detection.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPICE (Pitch Detection)
2+
3+
Here are the Blog post and demo.
4+
5+
Model provided FreddieMeter was just published in TF Lite format.
6+
7+
Let’s build a fun demo app with this model!
8+
9+
<p align="center">
10+
<img src="../images/screenshots/spice.png" width='680'/>
11+
</p>

overviews/yolo.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# YOLO
2+
3+
Object detection is one of the most popular on-device ML use cases.
4+
Help needed:
5+
6+
* Convert an open-source YOLO TF implementation on GitHub to TF Lite.
7+
* Publish a pre-trained model on TF Hub.
8+
* Write a tutorial on how to train the model on custom dataset using transfer learning.
9+
10+
<p align="center">
11+
<img src="../images/screenshots/yolo.png"/>
12+
</p>

0 commit comments

Comments
 (0)