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

Block or report LohitMoharana

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.

Content in all repositories owned by your account will be closed.
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
LohitMoharana/README.md

Lohit Moharana

Electronics and Communication Engineering undergraduate based in Bhubaneswar, India. I work on edge-AI and neuromorphic computing — bridging machine learning models with the hardware constraints they'll eventually run on.

Currently exploring Spiking Neural Networks (SNNs) and Hyperdimensional Computing (HDC) as low-power alternatives to conventional deep learning, with a focus on real-world, resource-constrained deployment (biomedical signals, edge vision).


🔭 Currently working on

  • MarineSpike — converting a trained YOLOv8 detector into a spike-driven architecture for low-power inference, following recent work like SpikeYOLO (ECCV 2024) rather than naive post-hoc conversion.

🧠 Focus areas

  • Neuromorphic ML: Spiking Neural Networks, Hyperdimensional Computing, ANN-to-SNN conversion
  • Computer Vision: object detection pipelines, synthetic data generation, multi-object tracking
  • Applied ML Engineering: iterative model debugging, dataset curation, honest evaluation practices

📌 Featured projects

  • NeuroHDC — Spiking-HDC framework for edge ECG classification; benchmarked against CNN/LSTM baselines across MIT-BIH, PTB, and STT datasets, with a documented data-leakage finding in standard CNN evaluation protocols.
  • DeepOcean-AI — Underwater object detection and tracking (YOLOv8 + BoT-SORT), built through iterative real-world failure analysis rather than a single training run — documented false starts included.

Contribution Snake

Pinned Loading

  1. NeuroHDC NeuroHDC Public

    NeuroHDC: A framework for high-efficiency Edge-AI ECG classification using Spiking-Hyperdimensional Computing (HDC). Features benchmarking against CNN/LSTM baselines across MIT-BIH, PTB, STT, and P…

    Python 3

  2. DeepOcean-AI DeepOcean-AI Public

    Computer vision pipeline for underwater object detection (mines, UUVs, divers) — custom YOLOv8 training with physics-based synthetic data generation and iterative hard-negative mining.

    Python 1

  3. DiabRisk-AI DiabRisk-AI Public

    Explainable AI for Diabetes Risk prediction. Full-stack app using FastAPI (XGBoost, 88% Recall) & Next.js, deployed on Vercel/Render.

    Python