Completed
- Decoded Body Language Demo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
AI Body Language Decoder with MediaPipe and Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - Start
- 2 - Introduction
- 3 - How it Works
- 4 - Tutorial Start
- 5 - Installing Mediapipe and Dependencies
- 6 - Capture Landmarks using OpenCV and CSV
- 7 - Load Pose and Face Data using Pandas
- 8 - Train Sciki-Learn Pose Classification Model
- 9 - Evaluate Classification Model and Pickle
- 10 - Making Detections using the Model
- 11 - Decoded Body Language Demo
- 12 - Displaying Probabilities
- 13 - Adding in New Poses
- 14 - Wrap Up