Skip to content
View Mrudula-itsjuzme's full-sized avatar
😀
oh
😀
oh

Organizations

@init-club

Block or report Mrudula-itsjuzme

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mrudula-itsjuzme/README.md

LinkedIn Gmail GitHub Open to Work


⚡ whoami

class SaiMrudula:
    institution = "Amrita Vishwa Vidyapeetham · B.Tech CSE (AI)"
    location = "India"
    focus = ["Applied ML", "Computer Vision", "Multimodal AI", "Research Engineering", "Conversational AI"]
    looking_for = ["AI/ML internships", "research collaborations", "teams building useful systems"]

    def build_style(self):
        return "prototype fast, measure honestly, explain clearly"

I build applied AI systems that combine research, engineering, and usable product design. My work spans smart-grid cybersecurity, markerless motion capture, EEG reconstruction, multimodal AI, and conversational systems. I am also a first author in IEEE Access and enjoy turning ambitious research ideas into working, measurable prototypes.


🔬 Featured projects

Project What it is Stack / Focus
Smart Grid Cyberattack Detection Intrusion-detection pipeline for smart-grid/IEC-104 traffic with ML benchmarking and publication-style outputs Python, Scikit-learn, cybersecurity analytics
3D Motion Capture Markerless motion-capture system with pose tracking, stabilization, offline validation, and 3D visualization Python, OpenCV, MediaPipe, Panda3D, React
MisSpoke Voice-first AI language-learning platform with tutor personalities, translation, memory, and learning analytics Next.js, React, TypeScript, ElevenLabs, Supabase
EEG Reconstruction with ADMM Graph-signal-processing approach for reconstructing missing EEG data using local graphs and ADMM Python, NumPy, SciPy, MNE
Cancer Driver Gene Classification Bioinformatics ML pipeline for classifying cancer driver genes from structured biological features Python, Pandas, Scikit-learn
Solar Panel Fault Detection CNN-based computer-vision workflow for identifying visual faults in solar panels Python, CNNs, image processing
AI Greenhouse IoT desktop app for plant monitoring, Arduino sensor input, analytics, and automation Python, PyQt5, Arduino
Double DQN Tic-Tac-Toe Reinforcement-learning project using Double DQN to train a game-playing agent Python, RL, neural networks

🔗 Evidence board

Project Repo Paper / Reference Demo / Deployment Dataset / Results
Smart Grid IDS Repo IEEE reference Demo in progress IEC-104 smart-grid traffic; result plots in results/, IEEE_Plots/, and Graphs/
Motion Capture Repo Research/prototype project Demo and benchmark documentation in progress Offline videos/webcam streams; diagnostics in analysis_results/
MisSpoke Repo ElevenLabs Challenge build Deployment in progress User-session data stored through Supabase/IndexedDB
EEG ADMM Repo Local graph + ADMM reconstruction study Research prototype EEG-128channels ERP Lanzhou dataset; result images in images/
EEG SVD Repo SVD EEG paper DOI Research prototype Simulated EEG/EOG mixtures; SNR results documented in README
Portfolio Site Repo Personal portfolio project Deployment in progress Interactive project showcase

🛠️ Tech stack

Languages
Python JavaScript TypeScript C SQL

AI / ML / Vision
PyTorch TensorFlow Scikit-learn OpenCV MediaPipe NumPy

Web / Apps / Infra
React Next.js Node.js Supabase Docker Linux


📌 More project clusters

  • Biomedical signals: EEG acquisition, EEG SVD denoising, EEG ADMM reconstruction
  • Computer vision: aircraft detection, solar fault detection, markerless motion capture
  • Chatbots and language AI: Rasa bot, Language Tutor Bot, MisSpoke, recipe chatbot
  • Systems and fundamentals: C file management with syscalls, OSI model simulation, microservices research
  • Frontend/UI: portfolio-site, SchoolMate UI, mood writing assistant

📊 GitHub stats


💼 Experience

Co-founder · StructuredOutput
May 2026 – Present

- Building AI-led product experiences for commerce and consumer brands
- Working across product strategy, technical prototyping, and client research

Co-founder · Inochi / Habbit
2026 – Present

- Building an AI-assisted wellness and productivity platform
- Developing conversational planning, community, diet, focus, and gamified systems

AI Chatbots Intern · Academy of Robotics Pvt. Ltd.
Visakhapatnam, India · Jul 2024 – Sep 2024

- Built Rasa conversational agents from scratch
- Worked on intent classification, entity recognition, and NLU flows
- Designed prompt-engineered dialogue interactions
- Shipped working chatbot prototypes

Pinned Loading

  1. MFC3_D3_EEG_Recon_ADMM MFC3_D3_EEG_Recon_ADMM Public

    EEG reconstruction using graph signal processing and ADMM for recovering noisy and incomplete brain signals.

    Python 1 1

  2. file-management-system-c-syscalls file-management-system-c-syscalls Public

    Unix-style file management system implemented using low-level C system calls to demonstrate OS-level file handling and process-aware storage abstractions.

    C

  3. speak134 speak134 Public

    Experimental iteration of the Speak interface exploring alternate speech interaction flows and UI refinements.

    TypeScript