Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 366 Bytes

Tennis pose detection

An app made in Flutter to automatically take pictures of your best moments playing tennis.

The idea is:

  • Take a picture
  • Run the Posetnet model
  • Check if you are performing a forehand, backhand or serving movement
  • If so, save the picture
  • repeat

Notes

  • I only tested it on Android.