Skip to content
View sahajshukla's full-sized avatar
  • Stevens Institute of Technology
  • Jersey City, NJ
  • 10:20 (UTC -12:00)

Block or report sahajshukla

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

About Me

const sahaj = {
    location: "Jersey City, NJ πŸ‡ΊπŸ‡Έ",
    education: "MS Business Intelligence & Analytics @ Stevens Institute",

    currentlyLearning: ["LLMs", "RAG Systems", "LoRA Fine-tuning", "Diffusion Models"],

    askMeAbout: ["AI/ML", "Computer Vision", "Full-Stack Dev", "Data Engineering"],

    technologies: {
        ai_ml: ["PyTorch", "TensorFlow", "OpenCV", "Scikit-learn", "HuggingFace"],
        frontend: ["React", "Next.js", "TypeScript"],
        backend: ["Python", "Node.js", "FastAPI"],
        devOps: ["Docker", "AWS", "Git"],
        databases: ["PostgreSQL", "MongoDB", "Pinecone"]
    },

    funFact: "I've worked across 3 countries and explored data in business, sports & arts 🌍",

    currentGoal: "Land an AI/ML Engineering role and build production AI systems"
};

Tech Stack

AI / Machine Learning

Python PyTorch TensorFlow OpenCV scikit-learn Hugging Face

Full-Stack Development

JavaScript TypeScript React Next.js Node.js FastAPI

Tools & Infrastructure

Docker AWS Git Linux PostgreSQL

Featured Projects

πŸš— AutoRCCar πŸ‘Ά Baby Cry Predictor
Self-driving RC car with neural networks + OpenCV AI that knows why your baby is crying
Repo Repo
Python OpenCV Neural Networks Python Deep Learning Audio ML
⚽ FIFA Recommender 🎨 Style Transfer
Find undervalued players using ML clustering Apply artistic styles to any image
Repo Repo
Python PCA KNN Python PyTorch CNN

GitHub Stats

πŸ† GitHub Trophies

πŸ“Š Contribution Graph

🐍 Contribution Snake

Snake animation

🎯 Current Focus

╔══════════════════════════════════════════════════════════════════╗
β•‘                                                                  β•‘
β•‘   🧠 LEARNING      LLMs β€’ RAG β€’ LoRA β€’ Diffusion Models         β•‘
β•‘                                                                  β•‘
β•‘   πŸ”¨ BUILDING      AI-powered portfolio projects                 β•‘
β•‘                                                                  β•‘
β•‘   πŸ’Ό SEEKING       AI/ML Engineering opportunities               β•‘
β•‘                                                                  β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ’¬ Let's Connect!




Popular repositories Loading

  1. style-transfer style-transfer Public

    The idea of this code is to apply the style scheme of one image and apply it on another image. This code is suggested in pytorch documentation too. The main idea in style transfer is to minimize th…

    Python 1

  2. kaggle-FIFA-recommendation-system kaggle-FIFA-recommendation-system Public

    the idea of this code is to help the user create the best possible team with limited money. The team will be optimized in a way that maximum overall stats can be achieved using minimum money . FIFA…

    Python 1 1

  3. AutoRCCar AutoRCCar Public

    Forked from hamuchiwa/AutoRCCar

    OpenCV Python Neural Network Autonomous RC Car

    Python

  4. Baby_cry_predictor Baby_cry_predictor Public

    This is an AI based algorithm that takes the sound wave of a crying baby as an input and predicts the reason for crying. The crying is broadly classified into 5 categories. Namely, Belly_pain, disc…

    Jupyter Notebook

  5. Simon-and-schuster- Simon-and-schuster- Public

    This is the assignment for the summer internship. The file is saved as an html and contains the code, markdown comments and inferences, and results

    HTML

  6. Sudoku-Solver Sudoku-Solver Public

    This is a python backtrack algorithm that works on solving the voids one by one. If at any point, the combination seems to fail, it will backtrack the whole path from where it came and solve each e…

    Python