Upgrade to Pro — share decks privately, control downloads, hide ads and more …

React and MediaPipe: Powering web application w...

Mateus
November 05, 2021

React and MediaPipe: Powering web application with AI and Computer Vision

Talk that I gave at React Global Online Summit 2021 - Junior Track.

Live image recognition is one of the most researched topics in artificial intelligence these days. Google's MediaPipe allows to easily integrate cutting edge machine learning models for live inference on video and live media. Good news is: we can use this power in React too!
By integrating MediaPipe frameworks, it's possible to extend the power of our React applications, bringing groundbreaking possibilities, such as: gesture based interactions, selfie filters, live video effects, face detection, object tracking and human pose estimation. Get to know in this talk, how you can bring your's web application experience to the next level, by using the power of artificial intelligence and computer vision with React!

Mateus

November 05, 2021
Tweet

Other Decks in Technology

Transcript

  1. React and MediaPipe Powering Web Applications with AI and Computer

    Vision This Photo by Unknown author is licensed under CC BY-SA-NC.
  2. Overview AI and Computer Vision Machine Learning and React Google's

    MediaPipe Using MediaPipe Frameworks in React Use casesand some nice ideas
  3. • View training process live on application • Use pre-trained

    models straight at the client • Make inferences with little latency
  4. • View training process live on application • Use pre-trained

    models straight at the client • Make inferences with little latency
  5. Supported Platforms This Photo by Unknown author is licensed under

    CC BY-SA. This Photo by Unknown author is licensed under CC BY-NC.
  6. Using MediaPipe Frameworks with React • Install required npm packages

    • Import them on your app/component • Get a reference to the webcam and also a canvas • Setup the framework on app/component mount • Setup a callback function for detection results