Skip to content
View HSKCTA's full-sized avatar
  • Dr. D Y Patil Institute of Technology
  • Pimpri,Pune
  • LinkedIn in/hitesh-khare

Block or report HSKCTA

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
HSKCTA/README.md

Hitesh Sanjay Khare

Systems Engineering β€’ High-Performance Computing β€’ Edge AI Infrastructure

LinkedIn Email Resume GitHub followers


πŸ† Latest Achievement

1st Runner-Up β€” La Trobe University Technology Infusion Grand Challenge Asia 2025

  • πŸ₯ˆ Ranked 2/137 registrations across 11 universities in Asia
  • πŸ’° β‚Ή1,00,000 Prize Award
  • 🎯 NeuroBloom β€” Distributed neuro-hybrid cognitive screening system for ASD, ADHD, Dyscalculia detection
  • πŸ“Š View Challenge Details | GitHub Repository

πŸ‘¨β€πŸ’» Engineering Profile

I am a Computer Engineering student at Dr. D. Y. Patil Institute of Technology (Pune), focusing on the intersection of Systems Programming (C++) and Artificial Intelligence.

My interest lies in the infrastructure layer β€” optimizing how AI models are deployed, reducing latency in distributed pipelines, and building systems that work at the edge without cloud dependency.

  • Core Focus: High-Performance Computing, Distributed Systems, Edge AI, DSP
  • Recognition: 1st Runner-Up at La Trobe University TIGC Asia 2025
  • Current State: Porting Python logic to C++17 to minimize runtime overhead and building toward CUDA/GPU engineering

πŸ› οΈ Technical Arsenal

Systems & Core
DSP & Audio
AI & Inference
Infrastructure
Hardware

πŸš€ Selected Engineering Projects

Offline, physics-first vibration intelligence system for SME industrial machinery Β· AMD Slingshot 2026

  • Architected a C++ DSP ingestion engine using PortAudio and FFTW3 β€” high-pass (100Hz) + low-pass (12kHz) filters isolate mechanical frequency bands before inference, with 2048-point FFT and 75% overlap generating 1024Γ—64 log-magnitude spectrograms at 44.1kHz
  • Engineered a deterministic RMS safety gate in C++ firing in under 1ms β€” bypasses AI inference entirely for critical threshold breaches, ISO 10816-3:2009 compliant
  • Trained a Convolutional Autoencoder on healthy baseline data and deployed via ONNX Runtime targeting AMD Ryzen AI XDNA NPU via Vitis AI Runtime β€” 3ms median inference on CPU, sub-5ms projected on 50 TOPS NPU
  • Designed a three-tier ZeroMQ PUB/SUB distributed pipeline β€” C++ DSP node β†’ Python inference node β†’ React dashboard β€” validated at 30.9ms mean end-to-end pipeline latency, 10/10 frames verified
  • Integrated Llama 3.1 8B via Ollama for local multilingual fault alerts in Hindi, Marathi, and English β€” fully offline, graceful fallback confirmed
  • 85% cheaper than existing solutions β€” β‚Ή3,499/sensor node targeting 500,000+ unserved Indian SME factories

C++17 FFTW3 PortAudio ZeroMQ ONNX PyTorch Vitis AI Llama 3.1 React Docker Raspberry Pi


1st Runner-Up β€” La Trobe University Technology Infusion Grand Challenge Asia 2025 Β· β‚Ή1,00,000 Prize

Distributed neuro-hybrid monitoring system for early detection of learning disabilities (ASD, ADHD, Dyscalculia)

  • Architected a producer-consumer model where a C++ core captures multi-modal biometrics (EEG simulation, eye-tracking, handwriting analysis), encrypts payloads via AES-256, and streams to a Python analyzer with <50ms latency via IPC sockets
  • Designed secure inter-process communication using ZeroMQ with OpenSSL encryption layer β€” no plaintext biometric data ever transmitted
  • Recognition: Ranked 2/137 entries across 11 universities in Asia Β· Awarded β‚Ή1,00,000 prize
  • Full technical deep-dive: See NeuroBloom Repository

C++ ZeroMQ OpenSSL AES-256 Python FastAPI OpenCV


High-performance audio recognition kernel β€” foundation for Resonance DSP pipeline

  • Implementing the Avery Wang fingerprinting algorithm using FFT spectrograms and combinatorial hash matching in C++17
  • Profiling CPU bottlenecks and exploring SIMD optimizations for spectral peak finding
  • Core DSP concepts from this project directly informed the Resonance signal pipeline

C++17 FFTW3 DSP Audio Fingerprinting


  • Built a custom scraping pipeline to parse exam papers and used semantic clustering (Sentence-Transformers) to group recurring concepts across PDF documents
  • End-to-end study planner with Rasa NLP backend

Rasa NLP Sentence-Transformers Web Scraping


πŸ† Achievements & Recognition

Award Organization Date Details
1st Runner-Up La Trobe University Technology Infusion Grand Challenge Asia May 2025 β‚Ή1,00,000 prize β€’ 137 registrations β€’ 11 universities
AMD Slingshot 2026 AMD Innovation Challenge Apr 2026 Resonance edge AI prototype submission
Smart India Hackathon Finalist Dr. D.Y. Patil Institute 2024, 2025 Internal finalist (2Γ—)

πŸ“š Education

B.E. Computer Engineering
Dr. D.Y. Patil Institute of Technology, Pune (2023–2027)

  • CGPA: 8.87/10
  • Focus: Distributed Systems, Real-Time Computing, Performance Optimization

⭐ GitHub Analytics



πŸ“Š Let's Connect

Feel free to reach out for collaborations on systems programming, edge AI, or GPU optimization projects.


"Intelligence belongs at the edge. Latency belongs at zero."

Pinned Loading

  1. Exam_Prep_assistant Exam_Prep_assistant Public

    When exams come , many of us have to manually skim through the past papers to see which i topic is important, instead of doing all that use this.

    Python 2

  2. NeuroBloom-Engine NeuroBloom-Engine Public

    A high-performance C++ neuro-hybrid engine using ZeroMQ IPC, AES-256 encryption, and Physics-based 1/f noise for real-time (<50ms) biometric state monitoring.

    TypeScript 1

  3. Shazam-Clone Shazam-Clone Public

    Python 1

  4. Resonance Resonance Public

    Offline edge AI for vibration-based machine fault detection using FFT, autoencoders, and AMD hardware. Real-time, physics-first, and cloud-free.

    TypeScript 3