Skip to content
View Kg1511's full-sized avatar

Highlights

  • Pro

Block or report Kg1511

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

πŸ‘‹ About Me

I'm Kartik Gupta, a Computer Software Engineering undergraduate at Delhi Technological University (DTU).

I like building projects around software engineering, computer vision, machine learning, and full-stack development. Most of my work focuses on turning ideas into usable systems from ML pipelines and forecasting models to web apps and computer vision projects.

Currently, I am strengthening my fundamentals in C++, Data Structures & Algorithms, OOP, DBMS, Operating Systems, Computer Networks, backend development, and applied ML.

πŸš€ What I Work On

  • Computer Vision & Deep Learning β€” face recognition, satellite image enhancement, image colorization
  • Machine Learning Pipelines β€” forecasting, model evaluation, preprocessing, visual analysis
  • Full-Stack Development β€” React, Node.js, Express.js, MongoDB
  • Problem Solving β€” DSA practice in C++ for SDE roles

πŸ› οΈ Tech Stack

C++ Python JavaScript React.js Node.js Express.js MongoDB
PyTorch TensorFlow OpenCV Scikit-learn Git Docker

πŸ“Œ Featured Work

  • Landsat-9 Infrared Super-Resolution & Colorization
    Deep learning pipeline for enhancing thermal satellite imagery and generating RGB-like visualizations. (Currently Repository private due to ongoing hackathon)

  • Face Recognition
    Face recognition experiments using MTCNN, RetinaFace, VGGFace, FaceNet, and a custom CNN.

  • Solar PV Forecasting
    Machine learning pipeline for forecasting solar power generation using multiple models and custom evaluation.

  • ShopSphere
    Full-stack MERN e-commerce platform with authentication, product catalog, cart, and order workflows.

Pinned Loading

  1. ShopSphere ShopSphere Public

    Full-stack MERN e-commerce platform with JWT auth, product catalog, cart, orders & admin dashboard. Built with React 19, Vite, Express.js & MongoDB Atlas.

    JavaScript

  2. FaceRecognition FaceRecognition Public

    Python

  3. MTIR MTIR Public

    MATLAB-based MTI radar workflow for FMCW signal simulation, matched filtering, Doppler FFT, Range-Doppler mapping, and CFAR detection.

    MATLAB

  4. Solar-PV-Forecasting Solar-PV-Forecasting Public

    A comprehensive Machine Learning project forecasting Solar PV power featuring a from-scratch Decision Tree algorithm and benchmarking against 18 standard models.

    Python

  5. Random_Gen Random_Gen Public

    A lightweight C++20 random-number generator library implementing multiple engines (PCG, Xoshiro, LCG, Blum Blum Shub, and OS entropy) as standard UniformRandomBitGenerators for seamless <random> in…

    C++