Skip to content
View DevPatel1106's full-sized avatar

Block or report DevPatel1106

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

Hi, Iโ€™m Dev๐Ÿ‘‹

๐ŸŽ“ Graduate Student in Computer Science at NC State University
๐Ÿ’ป Passionate about Web Development, Data Science, and Machine Learning
๐ŸŒ Building scalable, user-centric applications and data-driven solutions


๐Ÿš€ About Me

  • ๐Ÿ”ญ Experienced in full-stack development with Django REST, React, Node, Flutter
  • ๐Ÿ“Š Applied ML/DL models to real-world problems in healthcare, exercise recognition, and credit risk analysis
  • ๐Ÿ› ๏ธ Skilled in Python, Java, C++, SQL, TensorFlow, PyTorch, and OpenCV
  • ๐ŸŒฑ Currently exploring distributed systems & scalable AI applications
  • ๐ŸŽฏ Love blending research and development to solve impactful challenges

๐Ÿ› ๏ธ Tech Stack

Languages: Python, C++, Java, Dart, SQL, JavaScript
Frameworks & Libraries: Django REST, React, Node, Express, Flask, Flutter, Pandas, NumPy, Scikit-learn, TensorFlow, PyTorch, OpenCV, MediaPipe
Tools & Platforms: Git, GitHub, MySQL, PostgreSQL, Figma, AutoCAD


๐Ÿ“‚ Featured Projects

  • ๐Ÿ” Steganography Web App โ€“ Secure embedding & extraction of messages in images/audio/video (100% accuracy for images/audio).
  • ๐Ÿ‹๏ธ HabitLens โ€“ AI-Powered Exercise Classification โ€“ Real-time recognition of 4 workouts with 99.34% accuracy using BiLSTM + Attention.
  • ๐ŸŒพ Distributed KV โ€“ A lightweight, single-node Key-Value (KV) store in C++ with RocksDB backend.
  • ๐Ÿ•’ Task Scheduler Dashboard โ€“ Real-time task orchestration system with Node.js, React, and SQLite featuring concurrent scheduling, metrics visualization, and dynamic UI using Material-UI.
  • ๐Ÿ› ๏ธ ConcurrentCustomMap โ€“ High-performance, thread-safe custom HashMap in Java using bucket-level locking, lock-free and tree-based buckets, dynamic resizing, factory design pattern, with JUnit benchmarking, multithreading tests, and detailed bucket load visualization.

๐ŸŒ Letโ€™s Connect

๐Ÿ“ซ Email: devpatel0732@gmail.com
๐Ÿ’ผ LinkedIn
๐Ÿ’ป GitHub


โญ๏ธ Always open to collaborations in web dev, data science, and ML!

Pinned Loading

  1. ExerciseTracker ExerciseTracker Public

    An AI-powered personal trainer that tracks and counts repetitions for exercises in real-time using MediaPipe for pose detection and a custom LSTM model for exercise classification.

    HTML

  2. HandGuesture HandGuesture Public

    A mini-project based on Computer Vision to detect human hands and control volume with.

    Python

  3. Interview-Portal Interview-Portal Public

    Forked from djunicode/Interview-Portal

  4. ConcTask ConcTask Public

    A Concurrent Task Scheduler & Worker Queue API by using - A Node.js backend that schedules and executes tasks concurrently, with optional priority and delayed execution. A React dashboard visualizeโ€ฆ

    JavaScript

  5. Concurrent-Custom-HashMap Concurrent-Custom-HashMap Public

    A custom thread-safe HashMap implementation in Java with modular bucket designs, including lock-free, tree-based, and dynamically resizable buckets. Fully tested with unit tests and performance benโ€ฆ

    Java

  6. SecureStego SecureStego Public

    SecureStego is a robust and user-friendly steganography suite that allows you to securely embed and extract secret messages within video, image, and audio files. It employs AES-GCM encryption for cโ€ฆ

    Python