/RealTimeSignLanguageDetectionwithTFJS

A complete package for building custom real time object detection applications.

Primary LanguagePython

To Do

  1. Export and Convert Python Model - DONE
  2. Host model on Cloud Object Storage - DONE
  3. Clone computer vision template - DONE
  4. Install and update dependencies - DONE
  5. Load graph model from url - DONE
  6. Make detections and cleanup - DONE
  7. Create drawing function and labelmap - DONE
  8. Draw to the canvas using requestAnimationFrame - DONE