Skip to content
View harsh0015c's full-sized avatar
🟒
Open to work
🟒
Open to work

Block or report harsh0015c

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

Hi, I'm Harsh Chaudhary πŸ‘‹

AI / ML Engineer Β |Β  Computer Vision Β |Β  Full-Stack Developer Β |Β  IoT Systems
B.Tech CSE (Artificial Intelligence) Β· AKTU 2026 Β· Ghaziabad, India


🧠 About Me

I'm an AI-focused Computer Science undergraduate who builds complete, production-ready systems β€” not just demos.

  • πŸ”­ Looking for: AI / ML / Software Engineer roles (graduating 2026)
  • πŸ’Ό Internship: ML Intern @ Online Data Systems β€” rated "Excellent" Β· 10% model gains Β· 15% pipeline automation
  • πŸ—οΈ Built: 5 full-stack projects spanning Computer Vision, NLP, FinTech, IoT & LMS
  • πŸŽ“ Certified: Agentic AI (Vanderbilt/Coursera) Β· Google Cloud Β· HackerRank
  • πŸ“ Location: Ghaziabad, UP β€” open to Noida / Delhi NCR / remote
  • ⚑ Fun fact: Built a touchless mouse controlled entirely by hand gestures and a voice assistant named "Nova"

πŸš€ Tech Stack

AI / ML & Computer Vision

Python TensorFlow PyTorch OpenCV MediaPipe scikit-learn Keras

Web & Backend

React Node.js Flask Spring Boot Java JavaScript MySQL

Tools & Cloud

Git Google Cloud Arduino Raspberry Pi


πŸ—οΈ Projects

βœ‹ Gesture Mouse Pro β€” Python Β· OpenCV Β· MediaPipe

AI-powered, cross-platform virtual mouse controlled entirely by hand gestures + voice commands

  • 20+ gesture controls: cursor, click, drag, scroll, zoom, volume, brightness, media keys, screenshots
  • Voice assistant "Nova" with 30+ commands (open apps, search web, type text, window management)
  • Adaptive EMA smoothing filter, dead-zone jitter correction, on-screen HUD with FPS counter
  • Fully configurable via config.json Β· Works on Windows / macOS / Linux

🀟 Sign Language Pro β€” Python Β· CNN Β· TensorFlow Β· MediaPipe

Real-time sign language recognition supporting ASL, ISL & BSL with full TTS/STT pipeline

  • CNN + 21-point MediaPipe landmark detection for robust hand recognition across skin tones
  • Letter β†’ Word β†’ Sentence builder with Text-to-Speech (pyttsx3 / gTTS)
  • Voice β†’ Sign mode: speak a sentence, app displays corresponding sign images
  • Text β†’ Sign mode: type any word, see sign images for all letters
  • Supports re-training on custom datasets for ISL/BSL

πŸ“ˆ StockSeer β€” Python Β· Flask Β· CNN+LSTM Β· yfinance

Stock price prediction dashboard with hybrid deep learning and real-time data

  • CNN + LSTM hybrid neural network for multi-day price forecasting with confidence intervals
  • Real-time price updates every 5 seconds via yfinance API
  • Technical indicators: RSI, Bollinger Bands, SMA (20/50), EMA Β· Dual stock comparison
  • Login/Register with SHA-256 password hashing Β· Deployed with Render

πŸ’° Finance Pro β€” React Β· Node.js Β· Express Β· ML

Full-stack AI finance manager with ML forecasting, NLP chatbot, and OCR receipt scanning

  • Dashboard with KPI cards, cash-flow area charts, category pie chart, heatmap
  • ML Predictor: Weighted moving average + linear regression spending forecast
  • NLP Chatbot: Intent matching + entity extraction β€” works fully offline, no API key
  • Bill Scanner: Tesseract.js OCR extracts merchant, amount, date from receipt images
  • Budget tracker with animated progress bars Β· CSV export Β· Full REST API

πŸŽ“ EduFlow β€” Java Β· Spring Boot Β· MySQL Β· Vanilla JS

Full-stack Learning Management System with 3-role access (Admin / Teacher / Student)

  • Spring Security + BCrypt auth Β· Role-based access control on every endpoint
  • Teachers: create courses, mark attendance, upload notes/assignments (stored in DB)
  • Students: enroll/withdraw, download materials, track attendance, make fee payments
  • Admin: live dashboard stats, full CRUD for users/courses, attendance & payment reports
  • 30+ REST API endpoints Β· Complete SPA frontend in Vanilla JS

πŸ“œ Certifications

  • πŸ€– AI Agents & Agentic AI with Python & GenAI β€” Vanderbilt University / Coursera (Feb 2026)
  • ☁️ Digital Transformation with Google Cloud β€” Google Cloud / Coursera (Nov 2023)
  • πŸ† Problem Solving Β· Python Β· Software Engineer Intern β€” HackerRank (2025)
  • πŸ’‘ Generative AI Β· Prompt Engineering Β· ChatGPT for Python β€” Simplilearn (Apr 2025)

πŸ“Š GitHub Stats


πŸ“¬ Let's Connect

Actively looking for AI / ML / Software Engineer roles. If you're hiring β€” let's talk!

πŸ“§ harsh001with1984@gmail.com Β |Β  πŸ“ Ghaziabad, UP Β |Β  🌐 Portfolio Β |Β  πŸ’Ό LinkedIn


"I build complete systems β€” every project has a README, working code, and a real use case."

Popular repositories Loading

  1. harsh0015c harsh0015c Public

    Config files for my GitHub profile.

  2. StockSeer StockSeer Public

    CNN+LSTM hybrid stock price prediction dashboard with real-time yfinance data, RSI, Bollinger Bands and confidence intervals

    HTML

  3. finance_manager finance_manager Public

    Full-stack AI finance manager with ML spending forecast, NLP chatbot, OCR receipt scanner and budget tracker

    JavaScript

  4. E-Learning E-Learning Public

    Full-stack LMS with Spring Boot MySQL and role-based access for Admin Teacher and Student with 30+ REST API endpoints

    HTML

  5. gesture_mouse gesture_mouse Public

    AI-powered cross-platform virtual mouse controlled by hand gestures and voice assistant Nova with 30+ commands

    Python

  6. Sign_Language Sign_Language Public

    Real-time sign language recognition for ASL ISL and BSL using CNN and MediaPipe with text-to-speech and voice input

    Python