sidkodr

Siddarth Srinivas

"A Strategy without execution is a hallucination."

AI/ML Engineer

New Horizon College of Engineering, Bengaluru — B.E. in Artificial Intelligence and Machine Learning (Expected May 2026) · GPA: 8.66 / 10.0

I follow problems, not domains.

Over the past three years, I've built production systems across fields that rarely overlap: acoustic monitoring for precision agriculture, LLM-driven feedback pipelines for surgical simulation in VR, and automated compliance tooling for enterprise container security. Each project pushed me into unfamiliar territory — and that's exactly where I do my best work.

That approach has produced tangible results. A real-time hive health monitoring system I built on a Jetson Nano — combining CNN-based audio classification with edge-deployed computer vision — earned a ₹10 lakh government grant and a filed patent. Not because the concept was novel, but because it functioned reliably in field conditions, without connectivity, at low cost. The gap between a working prototype and a deployable system is where I invest most of my energy.

By 21, I had completed seven internships across five industries — agricultural technology, medical simulation, industrial safety, infrastructure automation, and enterprise DevOps. Each environment taught me something different: how clinical constraints shape system design, how field conditions break assumptions made in the lab, how infrastructure teams think at scale. That accumulated context now lets me move between domains quickly and communicate across them clearly.

I'm completing my Bachelor of Engineering in Artificial Intelligence and Machine Learning at New Horizon College of Engineering. Most of what I know came from shipping systems, diagnosing failures, and iterating until things worked under real conditions — not just in a notebook.

I'm looking for environments where rigorous thinking and hands-on building go together: research groups, product teams, or organisations where AI has to leave the lab and hold up under pressure.

Computer Vision
Edge AI
Deep Learning
Robotics
Agricultural Technology
DevOps
Product Development
Entrepreneurship

Experience

Microland Technical Operations Intern Jan 2026 – Present Click to know more →
Simulatory AG Software Developer & ML Intern Jun 2025 – Jan 2026 Click to know more →
MyCom R&D Intern May 2025 – Oct 2025 Click to know more →
Aster Digital Health Product Management Intern May 2024 – Jun 2024 Click to know more →
Flipick AI Intern Jun 2023 – Dec 2023 Click to know more →
Indimotard Social Media Manager Jun 2023 – Dec 2023 Click to know more →
Medvarity Online Ltd. Marketing Intern Jun 2023 – Dec 2023 Click to know more →
M

Microland

Technical Operations Intern

Jan 2026 – Present · Bangalore, KA Internship

Closing the Loop on Automated Escalation

When a support ticket arrives in an enterprise environment, the first question an engineer asks is: what has already been tried? Without a clear answer, they duplicate effort, lose time, and often start from scratch on problems that were partially solved. That gap — between what an automated system does and what a human engineer can see — was the problem I was brought in to address.

The system I worked on sits between the client and the engineer. A bot handles initial troubleshooting autonomously and escalates only when it cannot resolve the issue. The problem was that when escalation happened, the bot's entire decision trail was invisible. Engineers had no way of knowing which steps had been attempted, which had failed, or why the bot had given up. Every handoff started blind.

My work was to fix that. I built out the logging layer that made the bot's reasoning visible and traceable — so that by the time a ticket reached a human engineer, they had a complete record of what the bot had already tried. The handoff became informative rather than abrupt.

Enterprise networking and the codebase were both new to me when I started. I treated the first few weeks as a structured orientation — knowledge transfer sessions, research into the problem space, and studying how similar automation challenges had been approached elsewhere. I also spent time learning the IT Infrastructure Library and IT Service Management frameworks that govern how enterprise service operations actually run — not just the technical mechanics, but how organisations formally think about incidents, escalation, and service continuity. Understanding that process layer shaped how I approached the logging design, because the output had to be useful to engineers operating within those frameworks, not just technically correct.

Networking
IT Infrastructure
ITIL
ITSM
Automation
Logging
Troubleshooting
Python
S

Simulatory AG

Software Developer & ML Intern

Jun 2025 – Jan 2026 · Bangalore, KA Internship

From Raw Simulation Data to Structured Surgical Coaching

Surgical simulation generates enormous amounts of raw performance data. The problem is that data alone tells a trainee surgeon very little — it doesn't explain what went wrong, why it went wrong, or what to do differently. At Simulatory, which builds robotic surgical simulators for spinal procedures, that gap between raw output and actionable insight was the problem I was asked to solve.

I built a pipeline that ingests the raw data produced by each simulation, processes and structures it, and generates coaching feedback that tells trainee surgeons specifically where they performed well and where they need to improve. The system is now in production and actively used in surgical training. The feedback it generates is the kind that previously didn't exist in a structured form — surgeons had intuition, but not a systematic, data-driven account of each trainee's performance.

The technical challenge was significant, but the harder problem was organisational. I was the only person in the company who could build this. No senior engineer to review my architecture, no technical peers to pressure-test my thinking, no safety net for the decisions I got wrong. In that environment, being mostly confident wasn't enough — every architectural and technical decision had to be fully stress-tested before I committed to it. That constraint changed how I approach problems. I stopped looking only for solutions and started looking for the failure modes in my solutions before anyone else could find them.

Alongside the core pipeline, I built an annotation model that identifies anatomical structures on screen during simulations in real time, and explored generative medical imaging as a route to synthesising training data — though resource constraints kept that work at the research stage.

Working in medical technology also recalibrated my sense of pace. In a domain where the end user is a surgeon and the product is someone's spine, speed is never the primary objective. Every change went through rigorous testing before deployment. Knowing when to slow down and verify — not just how to move fast — turned out to be the more important skill.

Python
Large Language Models
Medical AI
Surgical Simulation
Annotation Models
Generative AI
Stable Diffusion
API Integration
Solo Engineering
M

MyCom

R&D Intern

May 2025 – Oct 2025 · Bangalore, KA Internship

Automating SBOM Extraction and Version Compliance in Container Deployments

In enterprise software deployment, version mismatch is one of the most silent failure modes. A single dependency running one version off from what the requirements document specifies can break systems in ways that are difficult to trace and expensive to fix after the fact. At MyCom, that risk was being managed entirely by hand — before every deployment, engineers manually cross-checked every package version across every file against the requirements document. The process was slow, dependent on individual thoroughness, and fundamentally unscalable.

The problem I was asked to solve was straightforward to state but non-trivial to build: eliminate that manual check entirely, and replace it with something automatic, reliable, and fast.

I built a system that extracts a Software Bill of Materials from container images, compares every package version against the requirements document automatically, flags every mismatch, and compiles the results into a structured report — in a fraction of the time the manual process required. A version comparison script existed in a basic form when I arrived, but the final system was so fundamentally rearchitected that it was effectively built from scratch.

The part I'm most satisfied with wasn't in the original brief. Beyond the core compliance check, I added individual package-level breakdowns, an overall compliance summary table, and additional codebase health metrics that gave the team a richer picture of their deployment readiness. These additions weren't requested — I included them because the data was already there and the insight seemed worth surfacing. They became the most referenced sections of the report.

The next stage was integrating the system into GitLab CI/CD so compliance checks would run automatically on every build — making version verification a permanent, invisible layer of the deployment pipeline rather than a pre-deployment ritual. The internship ended before that integration was complete, but the architecture was designed for it and the foundation was in place.

Python
Bash
SBOM
Docker
Version Control
Compliance Automation
Excel Reporting
GitLab CI/CD
DevOps
A

Aster Digital Health

Product Management Intern

May 2024 – Jun 2024 · Bangalore, KA Internship

Finding What Slips Through: Software Quality Assurance at Scale

Production bugs in web platforms rarely originate from core functionality — they surface in edge cases, incomplete user flows, and untested state transitions that pass code review but fail under real usage conditions. At Aster Digital Health, the problem was identifying these failure points in a live healthcare web platform before they reached end users.

My role was systematic black-box testing across the platform. This involved mapping user flows, designing test cases around boundary conditions and edge cases, reproducing reported and discovered bugs, isolating root causes, and producing structured defect reports that development teams could action directly.

The work built a testing mindset that has carried into every technical role since — treating every assumption in a system design as a potential failure point, and verifying rather than inferring how a system behaves under conditions it wasn't explicitly built for.

Software Testing
Quality Assurance
Bug Reporting
Web Platform Testing
Healthcare Tech
F

Flipick

AI Intern

Jun 2023 – Dec 2023 · Bangalore, KA Internship

Ground-Up Chatbot Development: Neural Architecture to Client Deployment

In 2023, most teams building with Large Language Models were focused on what they could ship. The harder problem — and the more important one — was understanding what was actually happening inside these systems: how information flows through transformer layers, where models fail, and what architectural decisions determine whether something is robust enough to deploy to a real client.

At Flipick, that was the problem I set out to solve for myself before writing a single line of production code. The internship was structured around deep technical grounding first — neural network architectures, attention mechanisms, how information propagates through layers, and how chatbot frameworks function beneath their abstractions. Not as background reading, but as the foundation every subsequent decision would rest on.

The culminating project was building a client-deployable chatbot from scratch — designing the architecture, handling failure modes, and making the system robust enough to hand off to an external client. The system didn't go into production, but the objective was never deployment. It was building something that could be deployed, and understanding every decision that distinction requires.

That architectural foundation has carried directly into every system I've built since — Large Language Model feedback pipelines, annotation models, Retrieval-Augmented Generation systems. The difference between knowing how to use a tool and understanding how it works is the difference between building something that functions in a demo and building something that holds up in production.

Chatbot Development
Neural Networks
Large Language Models
AI Frameworks
Natural Language Processing
Conversational AI
I

Indimotard

Social Media Manager

Jun 2023 – Dec 2023 · Bangalore, KA Part-time

Content Strategy and Digital Presence Management for a Specialist Motorcycle Service Workshop

Indimotard had an audience worth reaching — serious motorcycle enthusiasts who treat high-end bikes as a lifestyle, not just a vehicle. The problem was that their social media presence wasn't converting that potential into measurable growth or consistent footfall. The brand had a story worth telling, but no systematic approach to telling it across platforms.

I took over their social media operations across Instagram, Facebook, and YouTube with a clear objective: grow an engaged following and translate that following into customers walking through the door.

The approach was strategic before it was creative. That meant identifying what content resonated with the target audience — documentation of high-end service work, behind-the-scenes garage content, and brand collaboration posts — and building a consistent publishing cadence across platforms. Each piece of content was planned around what to shoot, how to frame it, and when to publish it to maximise reach and engagement within a niche but highly engaged audience segment.

The results were concrete. Instagram following grew from 6,000 to 13,000 in six months. More significantly, inbound footfall attributable directly to Instagram increased over the same period — the follower growth translated into real customer acquisition, not just reach metrics.

Social Media Strategy
Content Creation
Brand Collaborations
Instagram Growth
Community Building
Creative Direction
M

Medvarity Online Ltd.

Marketing Intern

Jun 2023 – Dec 2023 · Bangalore, KA Internship

Audience Segmentation and Paid Campaign Management for a Niche Medical Education Platform

Reaching medical professionals with online advertising is a distinct and difficult problem. The audience is highly educated, time-poor, and resistant to generic marketing — broad reach strategies don't work because the signal-to-noise ratio for this demographic is extremely low. At Medvarsity, which produces online courses for medical professionals, the problem was designing and executing campaigns precise enough to cut through to a highly specific audience without wasting budget on irrelevant reach.

Before running anything live, I spent the first phase of the internship building the technical foundation properly — Google Ads certification, Facebook AdSense, Search Engine Optimisation strategy, and keyword research methodology. The objective was to understand the mechanics of each platform well enough to make deliberate decisions rather than default ones.

By the end of the internship I was managing a live campaign independently with a real allocated budget — applying audience segmentation, keyword targeting, and conversion-focused copy to reach Medvarsity's target demographic. The work required thinking precisely about who the audience was, what they were searching for, and how to position the product in a way that was relevant to their specific professional context.

Google Ads
Facebook AdSense
SEO
Digital Marketing
Campaign Management
Google Ads Certified

Projects

🏗️
Industrial Safety Monitoring System Real-time computer vision safety enforcement for construction sites
YOLOv5 Computer Vision Python
Click to know more →
🐝
ML-Driven Apiculture Monitoring Multi-modal edge AI for intelligent beehive health monitoring
Edge AI Jetson Nano Deep Learning
Click to know more →
🚁
Agricultural Surveillance Drone Custom-built drone for aerial farm monitoring and surveillance
Robotics Hardware
Click to know more →
🔐
Container SBOM & Attestation Tool Automated container compliance verification and Excel reporting pipeline
Docker GitLab CI/CD Python
Click to know more →
🏥
Surgical Simulation Feedback Pipeline LLM-powered coach feedback system for VR surgical training
LLMs OpenAI Gemini
Click to know more →
📄
PDF RAG Chatbot Semantic document Q&A chatbot using retrieval-augmented generation
LangChain FAISS RAG
Click to know more →
🎓
Student Analytics Chatbot RAG-powered academic performance and placement analytics chatbot
Gemini Supabase RAG
Click to know more →
🏗️

Industrial Safety Monitoring System

Real-time computer vision safety enforcement for construction sites

Computer Vision
⚠️ Problem

Construction and industrial sites contain hazardous zones where worker entry causes serious accidents. Traditional safety measures rely on manual supervision and physical barriers — slow, expensive, and error-prone.

⚙️ Solution

Built a YOLOv5-based computer vision system that monitors live video feeds, defines programmable virtual safety boundaries using ROI and bounding boxes, and detects workers crossing into restricted zones in real time. Triggers instant visual/audio alerts on violation.

Outcome

Deployed as a cost-effective system compatible with existing camera infrastructure. Presented as a research paper at ICICC 2025 (Paper ID: 1346). Designed to scale across different site layouts without additional hardware.

AI / ML
YOLOv5 Object Detection ROI-based Boundary Mapping
Languages
Python
Other
Real-time Video Analysis Alert Systems
🐝

ML-Driven Apiculture Monitoring System

Multi-modal edge AI for intelligent beehive health monitoring

Edge AI
⚠️ Problem

Bee populations are declining globally. Traditional hive monitoring relies on manual inspections — infrequent, disruptive, and unable to catch fast-moving threats like predator attacks or colony collapse disorder early enough.

⚙️ Solution

Built a two-module edge AI system: (1) A YOLO-based predator detection module running on Jetson Nano that identifies hornets and wasps around hives in real time. (2) A CNN + BiLSTM acoustic model that continuously analyzes hive sounds to detect colony stress, abnormal behaviour, and estimate honey yield — all without opening the hive.

Outcome

Filed as a patent (Application No: 202441071459). Received a ₹10 lakh government grant from the Government of Andhra Pradesh for further development. Non-invasive, continuous monitoring with no cloud dependency.

AI / ML
YOLOv5 CNN BiLSTM Deep Learning
Hardware
Jetson Nano Microphone Sensors Camera Modules
Languages
Python
Other
Edge Inference Acoustic Analysis
🚁

Agricultural Surveillance Drone

Custom-built drone for aerial farm monitoring and surveillance

Robotics
⚠️ Problem

Manual field inspections are time-consuming and physically demanding for farmers, especially across large land areas. Existing commercial drones are expensive and not tailored to specific agricultural needs.

⚙️ Solution

Designed and assembled a drone from components, studying aerodynamics, Bernoulli's principle, and flight dynamics (pitch, roll, yaw). Integrated sensors and electronics to enable stable flight and aerial field surveillance for agricultural monitoring use cases.

Outcome

Functional drone prototype with stable flight characteristics. Demonstrated understanding of full hardware stack from frame assembly to flight controller integration. Foundation for future precision agriculture applications.

Hardware
Drone Frame Flight Controller ESCs Brushless Motors
Concepts
Aerodynamics Flight Dynamics Sensor Integration
Other
Electronics Assembly Agricultural Monitoring
🔐

Container SBOM & Attestation Analysis Tool

Automated container compliance verification and Excel reporting pipeline

DevOps
⚠️ Problem

Enterprise software teams struggle to track what packages are running inside container images at scale, making compliance audits slow and error-prone when done manually.

⚙️ Solution

Built a Bash/Python pipeline that verifies container images using cosign attestations, extracts full package metadata from SBOMs, compares expected vs detected versions, flags mismatches, and auto-generates multi-sheet Excel compliance reports with summaries, highlights, and metrics.

Outcome

Deployed as part of GitLab CI/CD pipelines at MyCom. Reduced manual compliance checking time significantly. Reports used directly in internal audits.

DevOps
Docker GitLab CI/CD cosign SBOM
Languages
Python Bash
Other
Excel Automation Compliance Reporting
🏥

Surgical Simulation Feedback Pipeline

LLM-powered coach feedback system for VR surgical training

AI / NLP
⚠️ Problem

Surgical trainees using VR simulators receive raw performance metric data (XML logs) with no structured interpretation — making it hard to understand what went wrong and how to improve.

⚙️ Solution

Built a Python pipeline that parses PerfMetrics XML logs from VR surgical simulators, feeds structured data into LLMs (OpenAI/Gemini), and generates detailed coach-style feedback reports in Markdown/HTML — covering step-wise analysis, error identification, and improvement recommendations.

Outcome

Integrated into Simulatory AG's VRSpine Pro training platform. Enabled automated, scalable feedback generation for surgical trainees. Cost-efficient token usage through careful prompt engineering.

AI / ML
OpenAI API Gemini API Prompt Engineering
Languages
Python
Other
XML Parsing Markdown/HTML Reports LLM Pipelines
📄

PDF RAG Chatbot

Semantic document Q&A chatbot using retrieval-augmented generation

NLP / RAG
⚠️ Problem

Users working with large PDF documents (reports, manuals, research papers) have no way to quickly query specific information — they're forced to read manually or use basic keyword search.

⚙️ Solution

Built a RAG pipeline using LangChain, FAISS vector store, and Gemini-2.0-Flash that ingests PDFs via PyMuPDF, generates semantic embeddings, and answers natural language questions by retrieving and synthesizing relevant document chunks.

Outcome

Functional chatbot deployable locally or via API. Supports multi-document querying. Accurate, contextual answers grounded in source documents — not hallucinated.

AI / ML
LangChain FAISS Gemini-2.0-Flash Google Generative AI Embeddings
Languages
Python
Other
PyMuPDF RAG Architecture Vector Search
🎓

Student Analytics Chatbot

RAG-powered academic performance and placement analytics chatbot

NLP / RAG
⚠️ Problem

Academic institutions have placement and performance data stored in databases but no easy way for staff or students to query it conversationally — requiring manual SQL queries or spreadsheet analysis.

⚙️ Solution

Built a RAG-powered chatbot integrated with a Supabase database that answers natural language queries about student placement trends, academic performance, failure analysis, and training recommendations. Supports USN-level queries and aggregate summaries.

Outcome

Deployed for internal academic analytics use. Enables non-technical staff to query complex datasets through conversation. Surfaces actionable insights like weak areas by batch and placement patterns by company.

AI / ML
Gemini API RAG LangChain
Database
Supabase (PostgreSQL)
Languages
Python
Other
Analytics Dashboard NLP Query Interface

Recognition

🐝
Enhanced Apicultural Threat Detection System Patent Indian patent for edge AI beehive monitoring using computer vision Click to know more →
🏛️
₹10 Lakh Government Research Grant Grant State government grant for ML-driven apiculture monitoring research Click to know more →
📄
Virtual Boundary Detection for Industrial Safety Conference Paper Presented at ICICC 2025 — YOLOv5-based safety zone enforcement Click to know more →
📰
Harnessing the Power of Deep Learning Journal Publication IJARCCE — Advanced techniques in computer vision Click to know more →
📰
Comprehensive Analysis of Advanced ML Techniques Journal Publication IJARCCE — Supervised, unsupervised, and reinforcement learning Click to know more →
🐝

Enhanced Apicultural Threat Detection System

Leveraging Advanced Computer Vision Technologies

Patent

2024

Application Number 202441071459
Type Indian Patent Application
Field Computer Vision, Edge AI, Agricultural Technology
Status Filed

Filed a patent for an intelligent apiculture monitoring system that uses computer vision to detect threats around beehives — including hornets, wasps, and other predators — in real time. The system runs on edge hardware (Jetson Nano) without cloud dependency, making it suitable for remote agricultural deployments. Combined with an acoustic monitoring module using CNN + BiLSTM models to detect colony stress and prevent colony collapse disorder.

🏛️

₹10 Lakh Government Research Grant

Government of Andhra Pradesh

Grant

2024

Amount ₹10,00,000 (10 Lakhs)
Issued By Government of Andhra Pradesh
Purpose Enhancement and further development of the ML-Driven Apiculture Monitoring System
Type State Government Research Grant

Received a ₹10 lakh research grant from the Government of Andhra Pradesh to further develop and scale the ML-driven apiculture monitoring system. The grant recognises the project’s potential impact on agricultural sustainability and bee population preservation in India. Funding supports hardware procurement, field deployment, and continued model development.

📄

Virtual Boundary Detection for Industrial Safety

8th International Conference on Innovative Computing and Communication (ICICC 2025)

Conference Paper

2025

Full Title System and Method for Virtual Boundary Detection and Warning of Safety Zone Violations in Construction and Industrial Environments
Conference ICICC 2025 (8th International Conference on Innovative Computing and Communication)
Paper ID 1346
Status Accepted & Presented

Presented a research paper at ICICC 2025 detailing the design and implementation of a YOLOv5-based computer vision system for real-time safety zone enforcement in construction and industrial environments. The system uses virtual boundary detection via ROI and bounding boxes to monitor worker proximity to hazardous areas and trigger instant alerts — reducing reliance on manual supervision and physical barriers.

📰

Harnessing the Power of Deep Learning

Advanced Techniques in Computer Vision — IJARCCE

Journal Publication

2024

Full Title Harnessing the Power of Deep Learning: Advanced Techniques in Computer Vision
Journal IJARCCE (International Journal of Advanced Research in Computer and Communication Engineering)
DOI 10.17148/IJARCCE.2024.13614
Type Peer-reviewed Journal Article

Published a comprehensive review and analysis of advanced deep learning techniques applied to computer vision tasks. Covers state-of-the-art architectures, training methodologies, and real-world applications across object detection, image segmentation, and visual recognition — with insights drawn from hands-on project experience.

📰

Comprehensive Analysis of Advanced ML Techniques

IJARCCE

Journal Publication

2024

Full Title Comprehensive Analysis of Advanced Techniques in Machine Learning
Journal IJARCCE (International Journal of Advanced Research in Computer and Communication Engineering)
DOI 10.17148/IJARCCE.2024.13611
Type Peer-reviewed Journal Article

Published a comprehensive analysis of advanced machine learning techniques covering supervised, unsupervised, and reinforcement learning paradigms. Reviews cutting-edge algorithms, model architectures, and optimization strategies, with practical perspectives on applying these techniques to real-world engineering problems.

Community

👩‍💼
Women Empowerment Program Soziale Wirkung 80 Hours Leadership and digital literacy workshops for women in the community Click to know more →
💧
Water Management Initiative Environmental 80 Hours Awareness and education on sustainable water conservation practices Click to know more →
♻️
Waste Management Initiative Environmental 80 Hours Community education on waste segregation, recycling, and composting Click to know more →
🇮🇳
Swachh Bharat Initiative Bürgerschaftlich 80 Hours Sanitation awareness and community cleanliness drives under Swachh Bharat Click to know more →
🏥
Health Awareness Program Healthcare 80 Hours Rural health education covering hygiene, nutrition, and basic screenings Click to know more →
👩‍💼

Women Empowerment Program

Social Impact 80 Hours

📝 What I Did

Participated in and helped organise a series of workshops aimed at empowering women through education, awareness, and skill-building. Contributed to sessions on financial independence and digital tools as part of a broader community outreach program.

📋 Key Activities

  • Leadership development workshops
  • Financial literacy and independence awareness sessions
  • Digital awareness and technology access programs
  • Gender equality discussions and awareness drives

✨ Impact

Helped create a more informed and confident community of women with improved awareness of digital tools and financial independence.

💧

Water Management Initiative

Environmental 80 Hours

📝 What I Did

Took part in a community initiative focused on educating people about water scarcity and sustainable water management. Helped spread awareness about modern water conservation techniques and smart technologies in water systems.

📋 Key Activities

  • Water conservation awareness campaigns
  • Rainwater harvesting concept workshops
  • Wastewater treatment education sessions
  • Exposure to smart water technologies and IoT-based water management systems

✨ Impact

Contributed to building environmental consciousness around water usage and introduced communities to technology-driven conservation solutions.

♻️

Waste Management Initiative

Environmental 80 Hours

📝 What I Did

Participated in a structured waste management awareness program focused on practical, everyday actions that reduce environmental impact. Helped communicate the importance of proper waste segregation and circular economy concepts to the community.

📋 Key Activities

  • Waste segregation awareness and demonstrations
  • Recycling best practices education
  • Composting technique workshops
  • Introduction to waste-to-energy concepts

✨ Impact

Encouraged practical, actionable waste reduction habits in the local community, contributing to cleaner and more sustainable living environments.

🇮🇳

Swachh Bharat Initiative

Civic 80 Hours

📝 What I Did

Volunteered in Swachh Bharat-aligned community programs promoting public sanitation, hygiene, and cleanliness. Participated in awareness drives targeting plastic pollution and community-led cleanliness efforts.

📋 Key Activities

  • Public sanitation awareness campaigns
  • Plastic pollution reduction drives
  • Community cleanliness and neighbourhood beautification events
  • Open defecation awareness and hygiene education

✨ Impact

Contributed to national cleanliness goals at the grassroots level, helping shift community attitudes toward public hygiene and responsible waste disposal.

🏥

Health Awareness Program

Healthcare 80 Hours

📝 What I Did

Participated in rural community outreach programs focused on basic health education. Helped conduct awareness sessions and assisted in organising health screenings for underserved communities with limited access to healthcare information.

📋 Key Activities

  • Public health education sessions in rural communities
  • Hygiene and sanitation awareness workshops
  • Nutrition and balanced diet awareness programs
  • Vaccination awareness drives
  • Basic health screening assistance

✨ Impact

Helped improve health literacy in rural communities, empowering individuals to make better health decisions and access available healthcare resources.