Skip to content
View haripatel07's full-sized avatar

Highlights

  • Pro

Block or report haripatel07

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
haripatel07/README.md

Hari Patel

ML Engineer (Aspiring) · Full-Stack Developer · AI Systems & Deployment
Building AI-powered products end-to-end: data → modeling → evaluation → deployment


What I'm Focused On

  • Applied ML / Deep Learning: CNNs, transfer learning (MobileNetV2, ResNet, timm), image classification, model evaluation & ablations
  • NLP & LLMs: Prompt engineering, structured generation, root cause analysis with LLMs
  • MLOps & Deployment: Model serving via FastAPI/Flask, Docker, Hugging Face Spaces, Vercel
  • Full-Stack AI Products: React/Flutter frontends + Python ML backends — shipping complete systems, not just notebooks

Featured AI/ML Projects

End-to-end AI healthcare platform — deep learning for dental disease detection from X-rays and photos

Aspect Detail
Problem Automate dental disease screening to improve accessibility of dental care
Models Custom CNNs trained with PyTorch + timm — separate models for normal dental images and X-rays
Architecture Multi-head classification with confidence scores + personalized recommendations
Deployment FastAPI backend deployed on Hugging Face Spaces (Docker), React web app + Flutter mobile app
Extra features AI chatbot for dental queries, JWT auth, clinic locator via Geopify API
Tech PyTorch timm FastAPI React/TypeScript Flutter Docker SQLite

⭐ 4 stars · 5 forks · Capstone project (with Het Patel)


Deep learning for plant disease detection + ML-based irrigation scheduling

Aspect Detail
Disease Detection MobileNetV2 with transfer learning → ~90% accuracy on PlantVillage dataset (38 classes)
Irrigation Model Logistic Regression on tabular sensor data (temp, humidity, rainfall, soil moisture) → ~85% accuracy
Model Selection Evaluated ResNet50 (95% acc, too heavy), VGG16, Random Forest, SVM, Naive Bayes — chose MobileNetV2 for accuracy/latency tradeoff
Deployment Flask API backend + React/Vite/TypeScript frontend, deployed on Vercel
Tech TensorFlow/Keras scikit-learn Flask React/TypeScript Vite

⭐ 12 stars · 5 forks · Live in production · Team of 3


AI-powered platform for generating structured bug reports and root cause analysis

Aspect Detail
Problem Automate the generation of well-structured bug reports from unstructured input; perform root cause analysis
Approach LLM-powered pipeline for structured output generation — NLP + prompt engineering
Tech Python (100%) · Currently in active development
Why it matters Demonstrates NLP/LLM integration, structured generation, and developer-tooling AI

Skills

ML/DL: PyTorch, TensorFlow/Keras, scikit-learn, timm, OpenCV, NumPy, Pandas
Languages: Python, TypeScript/JavaScript, Java, C++, Go, Rust, R, Dart
Backend & Serving: FastAPI, Flask, Django, Node.js/Express
Frontend: React, Next.js, Flutter, Tailwind CSS
Data/DB: PostgreSQL, MySQL, MongoDB, SQLite
DevOps/Cloud: Docker, AWS, GCP, Vercel, Hugging Face Spaces, Render


GitHub Stats

GitHub Streak


Open To

AI/ML Engineer · ML Intern · Data Scientist · Full-Stack ML Engineer
Interests: Computer Vision, NLP/LLMs, Healthcare AI, MLOps, ML Systems


I ship AI systems, not just train models.

Pinned Loading

  1. Smart-Agriculture-System Smart-Agriculture-System Public

    AI-driven Smart Agriculture System leveraging deep learning for plant disease detection and machine learning for intelligent irrigation scheduling.

    TypeScript 12 5

  2. Digital-Dental-Screening-and-Consultation-System Digital-Dental-Screening-and-Consultation-System Public

    AI-powered Dental Screening and Consultation System — A full-stack solution combining deep learning for dental disease detection (X-rays & images), a FastAPI backend with chatbot support, and Flutt…

    Dart 4 5

  3. SenticFlow SenticFlow Public

    A high-performance asynchronous data pipeline built with Go, Redis, and Next.js. Ingests customer feedback via webhooks and performs AI-driven sentiment analysis using background workers.

    TypeScript

  4. xai-phishing-detector xai-phishing-detector Public

    AI-powered phishing URL detector with Explainable AI (XAI). Built using Flask, Scikit-learn, and LIME to classify URLs as benign or malicious, with transparent, human-understandable explanations.

    Python

  5. Samatrix-Data-Analysis-Internship Samatrix-Data-Analysis-Internship Public

    Repository of projects from my 4-week AI Product Development Internship at Samatrix (May–June 2025). Contains seven domain-specific statistical projects across finance, marketing, healthcare, manuf…

    Jupyter Notebook 1

  6. notebook-report-generator notebook-report-generator Public

    Enterprise-ready tool for automated Jupyter notebook analysis and documentation. Leverages LLMs to generate professional reports with code insights, execution metrics, and intelligent content summa…

    Python