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 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
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, 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