Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

Pose estimation using

media pipeline

•Submitted By:
• Mohammad Farrukh
Reg no: 398565
• Sajid Ali
Reg no: 366087
Sample Footer Text

Introduction:
•In this project we have integrate the human pose estimation
algorithms with iot in a closed loop system

•The system utilizes mediapipe library to detect landmarks of


human in order to measure the lengths between different
joints in a body.

•The project encompasses the hardware design involves


analyzing sensor data, typically from camera to understand
and track the poses of individuals or objects.

02/28/2024 2
Sample Footer Text

Components of the System:

• RFID Module: The RFID


module serves as the primary
identification tool. Each
individual is assigned a
unique RFID tag, and the
RFID module reads these tags
to identify and record
attendance.

02/28/2024 3
Sample Footer Text

Components of the System:

• ESP NodeMCU 8266: The ESP NodeMCU 8266


is responsible for processing the RFID data and
facilitating communication with the cloud. Its Wi-
Fi capabilities enable seamless connectivity to the
internet, making it an ideal choice for real-time
data transfer.

02/28/2024 4
Sample Footer Text

Components of the System:

• Google Sheets: Google Sheets


serves as the cloud-based
repository for attendance data.
When attendance is recorded, the
ESP NodeMCU 8266 securely
uploads the information to a
designated Google Sheets
spreadsheet, providing a centralized
and accessible location for
attendance records

02/28/2024 5
Sample Footer Text

System Workflow:
• RFID Tag Identification: Individuals carry RFID tags,
which, when brought into proximity with the RFID
module, are identified and their unique IDs are extracted.
• ESP NodeMCU Processing: The ESP NodeMCU 8266
processes the RFID data, associates it with the
corresponding individual, and prepares it for upload.
• Wi-Fi Connectivity: The ESP NodeMCU establishes a
secure Wi-Fi connection and uploads the attendance data
to a Google Sheets spreadsheet.
• Real-time Data Access: Authorized personnel, such as
administrators or educators, can access the attendance data
in real-time through the Google Sheets interface, enabling
timely decision-making.

02/28/2024 6
Sample Footer Text

HARDWARE
IMPLEMENTATION:

02/28/2024 7
Sample Footer Text

SOFTWARE IMPLEMENTATION:
•Step 1: Install Necessary Libraries

•In the Arduino IDE, install the following libraries:

 MFRC522 library for RFID module.

 LiquidCrystal_I2C library for the LCD module.

 HTTPSRedirect.h library

•Step 2: Store data on Rfid Card

 Serial monitor display and saving the data

Step 3: Google Sheets Setup .

02/28/2024 8
FINAL OUTPUT:
Sample Footer Text

Thanks for your time

02/28/2024 10

You might also like