Skip to content
View MissNeerajSharma's full-sized avatar
🎯
Focusing on ML and DL
🎯
Focusing on ML and DL

Block or report MissNeerajSharma

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
MissNeerajSharma/README.md

🧠 Neeraj Sharma – Research & Innovation Portfolio

Senior Project Engineer | AI Researcher | Mentor
πŸ“ Panchkula | βœ‰οΈ neerajkhn86@gmail.com | LinkedIn | GitHub

alt text


πŸ”¬ Research Focus Areas

  • 🧠 Medical Imaging (Brain tumor, Retinal disease detection)
  • πŸ€– LLM-powered EdTech Agents (LangChain + Google PaLM)
  • πŸ’» Edge AI Deployment (YOLO on Raspberry Pi, FastAPI)
  • 🌐 Smart Infrastructure Analytics (Geospatial water zone classification)
  • πŸ”§ Predictive Maintenance (Commercial fleets, tyre wear & lifespan)

πŸ“ Featured Research Projects

🧠 Brain Tumor Detection from MRI Images

CNN-based classifier to detect 4 types of brain tumors

  • Model: VGG19 (Keras, TensorFlow)
  • Augmentation: Sharpness, contrast, rotation
  • Deployment: FastAPI backend for live prediction
  • Status: Patent filed, publication in preparation
  • πŸ› οΈ Transfer Learning, OpenCV, REST API

πŸ‘οΈ Retinal Disease Detection (Govt. Funded)

Deep learning system to detect retinal conditions from fundus images

  • Models Used: YOLO + ResNet
  • Accuracy: 94% on test hospital data
  • Deployment: Pilot tested across Tri-City hospitals
  • πŸ§ͺ Medical AI, YOLOv5, TensorFlow, FastAPI

πŸ€– AI-Powered EdTech Q&A Agent (Google PaLM + LangChain)

Multi-turn student query answering system using LLMs

  • Pipeline: LangChain + FAISS + Google PaLM
  • Use Case: 24/7 learning assistant for students
  • Result: Reduced human support by 80%
  • 🧱 LLM, LangChain, RAG, FastAPI

🌊 Canal Water Resource Allocation – Punjab Govt.

Geospatial clustering of water zones across 500+ villages

  • Tech: Pandas, GeoPandas, DBSCAN, K-Means
  • Deliverables: 100+ automated water resource visual reports
  • πŸ›οΈ Smart infrastructure, clustering, rural analytics

πŸ›ž Predictive Maintenance & Tyre Patch Detection

Real-time wear detection and lifespan prediction for commercial vehicle tyres

  • Image Model: YOLOv5 + BBox annotation
  • Lifespan Model: Linear regression (distance forecasting)
  • Publication: IEEE Xplore (2022)
    πŸ“„ View Paper

πŸ§‘β€πŸ« Research Leadership & Mentoring

  • Supervised 5+ interns in AI, annotation workflows, and deployment
  • Co-authored 2 upcoming papers (brain imaging + edtech LLMs)
  • Led cross-functional R&D teams in healthcare, geospatial and fleet AI
  • Contributing to 1 patent (brain tumor detection framework)

πŸ“„ Publications


πŸš€ Tools & Stack

Python β€’ TensorFlow β€’ Keras β€’ OpenCV β€’ FastAPI β€’ YOLOv5 β€’ LangChain β€’ Google PaLM β€’ FAISS β€’ GeoPandas β€’ Scikit-learn


β€œBuilding AI for diagnostics, education, and decision-makingβ€”impact first, code second.”


🧷 Want to Collaborate or Invite as Reviewer/Speaker?
Feel free to reach me via πŸ“§ Email or LinkedIn

Popular repositories Loading

  1. Kmean-and-elbow-plot Kmean-and-elbow-plot Public

    Clustering With K Means - Python Tutorial

    Jupyter Notebook 2

  2. Movie-Recommender-System Movie-Recommender-System Public

    Movie Recommender System: Content-Based Filtering on IMDB Dataset (Natural Language Processing Project(NLP)

    Python 2

  3. Data_Visualization_using_Python Data_Visualization_using_Python Public

    This project is an exploratory data analysis (EDA) of a dataset containing information on Google Play Store apps. The dataset includes various features such as the app's category, rating, number of…

    Jupyter Notebook 1

  4. Data_Analysis_Using_Python Data_Analysis_Using_Python Public

    Data analysis using python

    Jupyter Notebook 1

  5. Machine-Learning-Projects Machine-Learning-Projects Public

    Forked from aswintechguy/Machine-Learning-Projects

    This repository contains mini projects in machine learning with notebook files

    Jupyter Notebook 1

  6. Open-CV Open-CV Public

    This project showcases a face detection application using OpenCV's Haar Cascade classifier. The primary objective is to detect frontal faces in images and videos. The Haar Cascade classifier, speci…

    Python