Creator prompt
The idea behind this presentation
You are an expert academic presentation designer and research presentation specialist.
I am participating in the SYNKRONIX 2026 Paper Expo / Paper Presentation conducted by Anna University Regional Campus, Madurai. My research paper has been selected for presentation.
I have uploaded two files:
FILE 1: My complete research paper PDF
Title:
"An Edge AI-Based Approach for Real-Time Cattle Activity and Rumination Classification Using ESP32-S3"
FILE 2: The official SYNKRONIX 2026 PowerPoint presentation template.
IMPORTANT:
Use the OFFICIAL PPT TEMPLATE as the base design. Do not change the official branding, university identity, background style, theme, logo, footer, colours, or event design. Replace only the placeholder content with content based on my research paper.
The presentation must be SIMPLE, VISUALLY ATTRACTIVE, PROFESSIONAL, RESEARCH-ORIENTED, and EASY TO PRESENT.
The official presentation duration is approximately 7 minutes. Therefore, avoid long paragraphs and do not copy the paper directly onto the slides.
Create exactly 8 slides including the final Thank You / Q&A slide.
====================================================
CRITICAL CONTENT RULES
====================================================
1. Read the research paper carefully before generating the slides.
2. Use ONLY information supported by the research paper.
3. Do not invent experimental results, hardware specifications, memory usage, inference time, Python-to-C matching percentage, dashboard implementation status, or sensor communication details.
4. The paper explicitly distinguishes between:
- implemented components,
- experimentally obtained results,
- proposed/future work.
Preserve this distinction accurately.
5. Do not present future work as if it has already been completed.
6. Do not use large paragraphs.
7. Prefer:
- short bullet points,
- visual diagrams,
- process flows,
- simple icons,
- key numbers,
- comparison cards,
- clean tables.
8. Keep sufficient white space.
9. Make every slide easy to understand within approximately 45–60 seconds.
10. Use a clean academic visual hierarchy:
- Large title
- Short subtitle
- Visual explanation
- Minimal supporting text
11. Do NOT overcrowd slides.
====================================================
PRESENTATION TITLE
====================================================
An Edge AI-Based Approach for Real-Time Cattle Activity and Rumination Classification Using ESP32-S3
Presenter:
S. Santhoshkanna
Institution:
Department of Electronics and Communication Engineering
Kamaraj College of Engineering and Technology
====================================================
SLIDE 1 — TITLE SLIDE
====================================================
Use the first official template slide.
Replace the placeholder research title with:
"An Edge AI-Based Approach for Real-Time Cattle Activity and Rumination Classification Using ESP32-S3"
Below the title, add:
S. Santhoshkanna
Department of Electronics and Communication Engineering
Kamaraj College of Engineering and Technology
Add a small modern subtitle/tagline:
"Wearable Sensing • Random Forest • Edge AI • ESP32-S3"
Keep this slide clean and professional.
Do not overcrowd the title slide.
====================================================
SLIDE 2 — INTRODUCTION & PROBLEM
====================================================
Change the slide title to:
"Introduction & Problem"
The main question should visually communicate:
"Why is real-time cattle behaviour monitoring important?"
Use short visual bullet points explaining:
• Changes in cattle eating and rumination behaviour can indicate changes in health, welfare and productivity.
• Manual observation is labour-intensive and difficult to scale for large herds.
• Video-based monitoring also requires significant time and resources.
• Cloud-based classification creates dependence on continuous network connectivity and increases communication overhead.
• Machine-learning models developed in Python cannot be directly deployed on resource-constrained embedded devices without conversion and validation.
Create a highlighted "CORE PROBLEM" box with this text:
"How can wearable motion data be used to classify cattle activities locally and deploy the intelligence on an ESP32-S3 without continuously transmitting raw sensor data to the cloud?"
Use visual icons such as:
Manual observation → difficult to scale
Cloud processing → network dependency
ESP32-S3 → edge intelligence
Keep the slide visually balanced.
====================================================
SLIDE 3 — PROPOSED SYSTEM ARCHITECTURE
====================================================
Change the slide title to:
"Proposed System"
Create a clear horizontal architecture diagram.
The workflow should be:
Wearable Motion Sensor
↓
Motion Data Acquisition
↓
Preprocessing
↓
Feature Extraction
↓
Random Forest Model
↓
Python-to-C Model Conversion
↓
ESP32-S3 Edge Inference
↓
Wi-Fi Communication
↓
Monitoring Dashboard
However, visually separate the architecture into TWO stages:
STAGE 1:
Offline Model Development
This includes:
• Sensor data
• Data preprocessing
• Feature extraction
• Random Forest training
• Python-to-C conversion
STAGE 2:
Embedded Edge Deployment
This includes:
• ESP32-S3
• On-device inference
• Activity classification
• Wi-Fi communication
• Monitoring backend/dashboard
At the bottom, include this highlighted key contribution:
"An end-to-end integration of wearable sensing, Random Forest classification, Python-to-C conversion, ESP32-S3 edge deployment and IoT monitoring."
Make this slide highly visual.
Do not use a large paragraph.
====================================================
SLIDE 4 — METHODOLOGY
====================================================
Change the slide title to:
"Methodology"
Create a clean step-based visual layout.
SECTION 1 — DATASET
Precision Beef Dataset
• Total: 18 cows
• Training: Cow 01–Cow 12
• Validation: Cow 13–Cow 15
• Testing: Cow 16–Cow 18
Important:
Clearly mention that this is an animal-independent data split.
SECTION 2 — SENSOR DATA
• Wearable motion-sensor data
• Afimilk Silent Herdsman neck collar
• 3-axis MEMS accelerometer
• Sampling rate: 10 Hz
• Mounting position: neck collar
SECTION 3 — PREPROCESSING
• Sensor data segmented into 10-second windows.
Do not invent additional preprocessing methods because the paper marks some details as DATA REQUIRED.
SECTION 4 — FEATURE EXTRACTION
• 15 statistical features
• Derived from x, y and z sensor axes
• Includes frame-to-frame differences
• Includes combined signal magnitude
SECTION 5 — RANDOM FOREST MODEL
Use a visually attractive model configuration card:
• Number of trees: 15
• Maximum depth: 6
• Minimum samples per leaf: 2
• Class weighting: Balanced
• Random state: 42
• Number of input features: 15
Create a visual flow at the bottom:
Dataset → 10-second Window → 15 Features → Random Forest → Activity Classification
====================================================
SLIDE 5 — EDGE AI DEPLOYMENT
====================================================
Use a clean technology pipeline.
Slide title:
"Edge AI Deployment Pipeline"
Create this workflow:
Python Training
↓
Validated Random Forest Model
↓
Python-to-C Conversion
↓
Embedded C Representation
↓
ESP32-S3 Integration
↓
On-Device Feature Extraction
↓
Local Random Forest Inference
↓
Activity Classification
Show the three possible output classes visually:
OTHER
RUMINATION
EATING
Highlight the Edge AI benefit:
"Classification is performed locally, reducing the need to continuously transmit raw sensor streams."
IMPORTANT ACCURACY NOTE:
The paper states that Python-to-C conversion was implemented and structurally validated using a reduced-complexity candidate model.
Do not claim that the final physical ESP32-S3 hardware deployment is already fully completed and tested.
The physical deployment and some real-time components remain future work.
Clearly represent this distinction visually if necessary:
IMPLEMENTED / VALIDATED:
• Python training
• Random Forest model development
• Python-to-C conversion validation using candidate model
TARGET / FUTURE WORK:
• Physical ESP32-S3 deployment
• Real wearable sensor connection
• Real-time field inference
====================================================
SLIDE 6 — RESULTS & DISCUSSION
====================================================
This must be the strongest and most visually attractive slide.
Slide title:
"Results & Discussion"
Create a large highlighted metric:
OVERALL ACCURACY
76.03%
Then create a clean performance table:
Class Precision Recall F1-score
Eating 0.74 0.57 0.64
Rumination 0.73 0.84 0.78
Other 0.79 0.76 0.77
Use visual emphasis on:
Rumination
F1-score = 0.78
Add a "KEY INSIGHT" box:
"Rumination achieved the strongest F1-score of 0.78. Eating showed lower recall of 0.57, suggesting that further feature engineering or additional training data may improve classification performance."
Also mention:
"The final 15-tree, depth-6 Random Forest achieved 76.03% overall accuracy on the animal-independent test split."
Do not add performance graphs with invented data.
Only use the reported experimental values.
====================================================
SLIDE 7 — CONCLUSION & FUTURE WORK
====================================================
Slide title:
"Conclusion & Future Work"
Divide the slide into TWO visually distinct columns.
LEFT COLUMN:
WHAT THIS WORK DEMONSTRATES
Use concise points:
• An Edge AI-based pipeline for cattle activity and rumination classification was designed.
• Wearable motion data is processed using Random Forest machine learning.
• Three behavioural classes are considered:
- Eating
- Rumination
- Other
• The final model achieved 76.03% accuracy on the animal-independent test split.
• Python-to-C conversion provides a pathway toward embedded inference on ESP32-S3.
RIGHT COLUMN:
FUTURE WORK
Use these points:
• Deploy the converted model on physical ESP32-S3 hardware.
• Connect a real wearable motion sensor.
• Perform real-time on-device inference.
• Transmit predictions through Wi-Fi.
• Integrate with a monitoring dashboard.
• Measure memory usage and inference timing.
• Collect larger and more diverse real-world datasets.
• Conduct long-term field testing.
Add a strong final statement at the bottom:
"From offline machine learning to real-time livestock intelligence at the edge."
====================================================
SLIDE 8 — THANK YOU / Q&A
====================================================
Use the official final template slide.
Display:
THANK YOU
QUESTIONS & ANSWERS
Below this:
S. Santhoshkanna
Department of Electronics and Communication Engineering
Kamaraj College of Engineering and Technology
Keep the slide minimal, elegant and professional.
====================================================
DESIGN REQUIREMENTS
====================================================
The presentation must:
• Preserve the official SYNKRONIX 2026 template design.
• Preserve the Anna University branding.
• Preserve official logos and footer.
• Use the existing template colour palette.
• Not replace the template with a completely different design.
• Use modern academic visual elements.
• Use clean diagrams rather than paragraphs.
• Maintain consistent spacing.
• Avoid text overlapping.
• Avoid objects extending outside slide boundaries.
• Ensure all text is readable from a presentation screen.
• Use large enough fonts for a classroom/auditorium presentation.
Do not use unnecessary animations.
Do not add fictional statistics.
Do not claim that unfinished future components are completed.
The final presentation should feel like a high-quality national-level academic paper presentation.
Before finalising the PowerPoint:
1. Check every slide for text overlap.
2. Check that no text is cut off.
3. Check that all official template elements remain intact.
4. Ensure the results exactly match the research paper.
5. Ensure future work is not presented as completed work.
6. Ensure the entire presentation can be delivered comfortably in approximately 7 minutes.
7. Keep slides simple, visually attractive and easy for the presenter to explain.
Generate the final PowerPoint presentation in PPTX format.