Skip to content
View lakshit2234's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report lakshit2234

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
lakshit2234/README.md
Lakshit Saini Typing SVG

Profile Views GitHub followers Open to Work




"Designing intelligence — from behavioral trajectories to autonomous agents to the quantum edge."

📍 Pune, India  |  🎓 B.Tech CSE (AI/ML) · CGPA 9.1  |  🏆 2× Published Researcher  |  ⚡ 4× Award Winner

───

🧬   W H O   A M   I

class LakshitSaini:
    """
    Third-year AI/ML Engineer who doesn't just study intelligence —
    he builds it, publishes it, and ships it to production.
    Now extending the stack into the quantum regime.
    """

    identity   = "AI Engineer × Researcher × Builder"
    university = "DY Patil International University, Pune"
    cgpa       = 9.1 / 10

    current_obsessions = [
        "Hybrid LSTM–Diffusion architectures for human-like synthesis",
        "Agentic LLM systems with multi-agent orchestration",
        "Quantum ML: variational circuits for hybrid quantum-classical models",
        "Quantum Federated Learning: privacy-preserving distributed QML",
        "Speech disfluency detection via self-supervised learning",
        "AI security: prompt injection & adversarial robustness",
    ]

    research_mission = """
        Bridge cutting-edge ML research and real-world production systems —
        and probe what quantum computation adds when classical hits its ceiling.
    """

    superpower = "Turning research ideas into IEEE-quality papers AND live demos"
    fun_fact   = "Built a bot-evasion system so human-like it fooled 100% of detectors 🤫"


2 Publications
IEEE · IJSREM

4 Awards
National · State · University

6 Projects
Research + Production

212,568 Samples
Custom behavioral dataset

───

⚛️   Q U A N T U M   F R O N T I E R

Where classical ML plateaus, I start asking quantum questions.

My newest research direction: pushing machine learning beyond classical limits. I'm building intuition and prototypes around hybrid quantum–classical models and privacy-preserving distributed learning — the natural next layer on top of my diffusion, agentic, and behavioral-AI work.

⚛️ Quantum Machine Learning

  • Variational Quantum Circuits (VQC) as trainable layers
  • Quantum kernels & feature maps for classification
  • Hybrid quantum–classical autograd pipelines
  • Barren-plateau-aware ansatz design

🔐 Quantum Federated Learning

  • Distributed QML across non-IID clients
  • Parameter aggregation of quantum circuit weights
  • Privacy-preserving training without raw-data sharing
  • Bridging my LLM-security focus into quantum trust models

Qiskit PennyLane TensorFlow Quantum Quantum ML Quantum FL VQC

🟣 Active learning & prototyping track — not yet published. Open to research collaboration in this space.

───

⚔️   T E C H   A R S E N A L

🧠   AI / ML / Deep Learning

PyTorch TensorFlow HuggingFace Diffusion Models LSTM Wav2Vec SIREN NLP Generative AI Self-Supervised

🤖   LLM & Agentic AI

CrewAI phidata Groq Gemini Multi-Agent Streaming LLM RAG Agentic Workflows

⚛️   Quantum & Emerging

Qiskit PennyLane Quantum ML Quantum FL Edge AI

💻   Languages, APIs & Infrastructure

Python C++ TypeScript FastAPI Node.js Express.js Streamlit MySQL Git

🎯   Computer Vision & Signal Processing

OpenCV MediaPipe Signal Processing Whisper

───

🚀   F E A T U R E D   P R O J E C T S

👆 Click any project to expand the details.

🧠   MIMIC — Hybrid LSTM–Diffusion Trajectory Synthesis

The research that didn't just pass academic review — it fooled bot detectors.

Problem: Existing motion synthesis models are either too rigid (LSTM) or too noisy (pure diffusion) to produce convincingly human-like behavioral trajectories.

Innovation: A hybrid architecture where an LSTM encodes contextual priors that condition a residual DDPM diffusion model — combining sequential memory with stochastic refinement.

Results:

  • 📊 JSD = 0.1478 (near-perfect human distribution match)
  • 📈 Smoothness Index = 0.8593
  • 🛡️ Bot-Detector Evasion = 100% (vs 0% LSTM-only)
  • 📦 Custom dataset: 212,568 samples across 4 behavioral profiles

PyTorch DDPM LSTM Python


Status: 📝 IEEE Submission In Progress


Behavioral AI Trajectory Synthesis Bot Evasion Generative Models

🔍   InsightCrew — Multi-Agent Research & Content Engine

Three agents. One goal. Zero manual research.

Problem: Research synthesis and content generation require hours of parallel, context-aware work — impossible for a single LLM call.

Innovation: A sequential 3-agent CrewAI pipeline (Researcher → Analyst → Writer) powered by Gemini 2.0 + Tavily RAG for real-time web context injection.

Impact:

  • ♾️ Fully autonomous research-to-content pipeline
  • 🌐 Production-deployed on Streamlit Cloud
  • ⚡ Real-time RAG via Tavily API

CrewAI Gemini Streamlit


View Repo

Live Demo

Agentic AI Multi-Agent RAG LLM

📈   StonkSensei — Agentic LLM Financial Intelligence System

Real-time financial intelligence, dual-agent architecture, streaming inference.

Problem: Financial analysis requires aggregating real-time data, news, and quantitative reasoning simultaneously — a perfect multi-agent problem.

Innovation: Dual-agent phidata system with Groq's deepseek-r1-distill-llama-70b for streaming inference, DuckDuckGo + Yahoo Finance as live data tools, served via FastAPI.

Impact:

  • ⚡ Low-latency streaming LLM responses
  • 📡 Live market + news data integration
  • 🖥️ Interactive agent playground UI

phidata Groq FastAPI


View Repo

Live Demo

Fintech AI Streaming LLM Agentic

🗣️   Speech Disfluency Detection & Remediation

Fine-tuning self-supervised speech models for clinical-grade stutter detection.

Problem: Automated disfluency detection for real-world accessibility systems requires robustness across noise conditions and accurate classification of subtle speech patterns.

Innovation: Fine-tuned Wav2Vec 2.0 on SEP-28k for 5-class disfluency detection + a Whisper-aligned remediation pipeline with acoustic robustness validation.

Results:

  • 🎯 WER < 0.15 (Whisper-aligned)
  • 🔊 Validated across 5–25 dB SNR noise conditions
  • 🏥 5 stutter categories classified

Wav2Vec HuggingFace PyTorch


Status: 🔬 Active Research

Speech ML Accessibility Self-Supervised

🤟   SignSpeakAI — Real-Time Sign–Speech Translation

Making communication barrier-free with multimodal AI.

Innovation: Bidirectional multimodal pipeline — MediaPipe + LSTM for Sign-to-Speech, and a Speech-to-Sign TTS module — with multilingual support and modular CV/NLP architecture.

Impact: Real-time, low-latency accessible HCI interaction across multiple languages.

MediaPipe LSTM OpenCV

HCI Accessibility Multimodal AI

🛰️   INR-AD — Anomaly Detection via Implicit Neural Representations

SIREN networks meet satellite telemetry.

View Repo

Unsupervised anomaly scoring on SMAP satellite telemetry using a SIREN architecture (implicit neural representations). Fully modular, reproducible codebase with benchmarked results.

SIREN Anomaly Detection Satellite Telemetry Unsupervised Learning

───

📄   R E S E A R C H   &   P U B L I C A T I O N S

📘

Exploring the Landscape of AI Security: A Taxonomy Review on Prompt Injection and Jailbreaking

NCTAAI 4.0 National Conference Proceedings · May 2025

A systematic taxonomy of prompt injection and jailbreaking attack mechanisms across large language models, analyzing adversarial implications for AI safety in Industry 4.0 contexts — cybersecurity and autonomous systems.

Conference Domain Award

📗

Enhancing Predictive Maintenance in Smart Home Devices using AI/ML on Microcontrollers

International Journal of Scientific Research in Engineering and Management (IJSREM) · October 2024

On-device ML deployment for real-time fault detection in resource-constrained IoT microcontrollers, reducing cloud inference dependency with edge AI methodology.

Journal Domain Award

📙

MIMIC: Hybrid LSTM–Diffusion Model for Human-Like Mouse Trajectory Synthesis (Under Submission)

Hybrid LSTM prior + conditional residual DDPM for context-aware behavioral trajectory generation. JSD = 0.1478, 100% bot-evasion rate. Targeting IEEE Transactions on Biometrics, Behavior and Identity Science.

Status Target Domain

Research Interests

LLM Security & Adversarial AI · Generative Models · Speech ML · Behavioral Biometrics Agentic Systems · Quantum ML & Quantum FL · Edge AI / TinyML · Implicit Neural Representations

───

🏆   A C H I E V E M E N T S   W A L L


🥇 Achievement Issuer Year
🎓 Academic Excellence Scholarship DY Patil International University 2026
🏆 1st Rank — Ideathon 2025 DY Patil International University Nov 2025
📜 Research Paper Award NCTAAI 4.0 · ICEM National Conference Mar 2025
🥇 1st Rank — State-Level Research Paper Competition MITACSC Dec 2024

───

📊   G I T H U B   A N A L Y T I C S


Random Dev Quote







github contribution snake

⚡   Recent Activity  (auto-updates daily via GitHub Actions)
  1. 💪 Opened PR #31544 in numpy/numpy

───

🕰️   C A R E E R   T I M E L I N E

2023 ──────────────────────────────────────────────────────────────── 2027
  │
  ├─── Aug 2023 ──▶  🎓  B.Tech CSE (AI/ML) · DY Patil International University
  ├─── Oct 2024 ──▶  📗  Published: Predictive Maintenance on Microcontrollers · IJSREM
  ├─── Dec 2024 ──▶  🥇  1st Rank · State-Level Research Paper · MITACSC
  ├─── Mar 2025 ──▶  📘  Research Paper Award · NCTAAI 4.0 · ICEM
  ├─── Feb–May 2025 ▶  🤟  SignSpeakAI · Multimodal Sign–Speech Translation
  ├─── May 2025 ──▶  🤖  InsightCrew · Multi-Agent Research Engine (Production)
  ├─── May 2025 ──▶  💼  Software Engineering Intern · Dexpert Systems Pvt. Ltd.
  ├─── May 2025 ──▶  📈  StonkSensei · Agentic Financial Intelligence System
  ├─── Nov 2025 ──▶  🧠  MIMIC Research Started · Hybrid LSTM-Diffusion
  ├─── Nov 2025 ──▶  🏆  1st Rank Ideathon 2025 · DY Patil International University
  ├─── Jan 2026 ──▶  ✅  MIMIC Complete · JSD=0.1478 · 100% Bot Evasion
  ├─── Jan 2026 ──▶  🗣️  Speech Disfluency Detection Research · Active
  ├─── 2026 ─────▶  ⚛️  Quantum ML & Quantum FL · Exploration Track Begun
  ├─── 2026 ─────▶  🎓  Academic Excellence Scholarship · DY Patil International University
  └─── 2027 ─────▶  🚀  B.Tech Graduation · Ready to build the future

───

🎯   C U R R E N T   F O C U S

🚀 Currently Building

  • Speech Disfluency Detection with real-time remediation
  • MIMIC IEEE paper finalization & journal submission
  • First quantum ML prototypes (VQC classifiers)

📚 Researching

  • Diffusion architectures for controllable generation
  • LLM safety: adversarial prompt attacks & defenses
  • Self-supervised speech representation learning

🎯 Currently Learning

  • Quantum ML & Quantum Federated Learning
  • Advanced multi-agent orchestration patterns
  • Reinforcement Learning for agentic decision-making

🤝 Open to Collaborate On

  • ML Research (IEEE-level publications)
  • Agentic AI / LLM Systems & Quantum ML
  • AI for Healthcare, Accessibility, or Security
  • Hackathons & Research Internships

───

🧬   D E V E L O P E R   D N A

A machine-learning model trained on curiosity and caffeine.


core capabilities
Model Architecture: Lakshit-v3.2-Researcher-Builder

Training Data:
  - 2+ years of AI/ML coursework & self-study
  - 212,568 custom behavioral motion samples (self-collected)
  - 2 published research papers
  - 6 production/research projects shipped

Activation Functions:
  - Curiosity-driven exploration
  - Research-first problem solving
  - Production-grade output standards

Loss Function:   Cross-entropy between "what exists" and "what should exist"
Optimizer:       Gradient descent on impact
Regularization:  Academic rigor + real-world validation
Next Layer:      Quantum-classical hybrid (training...)

Status: 🟢 TRAINING IN PROGRESS — Expected convergence: Aug 2027

───

📡   L E T ' S   B U I L D   S O M E T H I N G


Whether you're a researcher, recruiter, founder, or fellow builder — if you're working on something that matters, I want to talk.


Email LinkedIn GitHub


Currently open to:

Research Internships   IEEE Co-authorship   AI/ML Roles   Quantum ML Collabs   Hackathon Teams   Grad School



Popular repositories Loading

  1. PosePro PosePro Public

    This repository contains the implementation and research for a Human Pose Estimation project, leveraging machine learning and computer vision techniques. The goal is to accurately detect and map hu…

    Jupyter Notebook 1

  2. EventEase EventEase Public

    EventEase is a sleek and user-friendly event ticket booking system built using HTML, CSS, and JavaScript. This project demonstrates how modern web technologies can be used to create an interactive …

    JavaScript 1

  3. SolarFluxPredictor SolarFluxPredictor Public

    SolarFluxPredictor forecasts solar power generation using weather data, optimizing solar energy use for grid management, storage, and sustainable energy solutions through machine learning and regre…

    Jupyter Notebook 1

  4. SignSpeakAI SignSpeakAI Public

    SignSpeakAI is an AI-powered system that enables seamless communication between speech and sign language. It features real-time gesture recognition, Speech-to-Sign (STS), and Text-to-Speech (TTS) u…

    Jupyter Notebook 1

  5. AirTask AirTask Public

    Jupyter Notebook 1

  6. Ames-Housing-Price-Prediction Ames-Housing-Price-Prediction Public

    Jupyter Notebook 1