Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View HSKCTA's full-sized avatar
  • Dr. D Y Patil Institute of Technology
  • Pimpri,Pune
  • Codestin Search App 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 supported. This note will be visible to only 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 β€’ AI Infrastructure

LinkedIn Email Resume GitHub followers


πŸ‘¨β€πŸ’» 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.

Unlike typical data science workflows, my interest lies in the infrastructure layerβ€”optimizing how AI models are deployed, securing data pipelines with custom encryption, and reducing latency in distributed applications.

  • Core Focus: High-Performance Computing (HPC), Distributed Systems, and Edge AI.
  • Research: Recipient of the La Trobe University Research Grant for architecting neuro-hybrid monitoring systems.
  • Current State: Porting Python logic to C++17 to minimize runtime overhead.

πŸ› οΈ Technical Arsenal

Systems & Core
AI & Data
Infrastructure

πŸš€ Selected Engineering Projects

  • Tech: C++, ZeroMQ, OpenSSL, Python (FastAPI)
  • Scope: A distributed neuro-hybrid monitoring system funded by La Trobe University.
  • Engineering: Architected a producer-consumer model where a C++ Core captures biometrics, encrypts payloads via AES-256, and streams to a Python analyzer with <50ms latency via IPC sockets.
  • Tech: C++17, FFTW3, Librosa
  • Scope: High-performance audio recognition kernel.
  • Engineering: Implementing the "Avery Wang" algorithm using FFT and combinatorial hashing. Currently profiling CPU bottlenecks to implement SIMD optimizations for spectral peak finding.
  • Tech: Rasa, NLP, Web Scraping
  • Scope: End-to-end study planner and document analyzer.
  • Engineering: Built a custom scraping pipeline to parse exam papers and used semantic clustering (Sentence-Transformers) to group recurring concepts across PDF documents.

πŸ† Milestones

  • La Trobe University Research Grant: Awarded for the NeuroBloom System.
  • Smart India Hackathon (SIH): 2x Internal Finalist (2024, 2025).
  • Education: B.E. Computer Engineering (CGPA 8.87 / 10).

⭐ GitHub Analytics


Popular repositories Loading

  1. certificate-_module certificate-_module Public

    sih

    1

  2. 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 1

  3. ai-agents-for-beginners ai-agents-for-beginners Public

    Forked from microsoft/ai-agents-for-beginners

    11 Lessons to Get Started Building AI Agents

    Jupyter Notebook

  4. HSKCTA HSKCTA Public

    1

  5. Shazam-Clone Shazam-Clone Public

    Python

  6. 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