Skip to content
View sanjaynayak1224's full-sized avatar

Highlights

  • Pro

Block or report sanjaynayak1224

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

Header

LinkedIn LeetCode GeeksForGeeks HackerRank Email


🧑‍💻 About Me

Name: Sanjay S Nayak
Location: Bangalore, India
Education: B.E. in Information Science & Engineering @ BMSIT&M (Graduating 2027)
Focus Areas: Full-Stack Development (MERN) | Machine Learning | Deep Learning | Natural Language Processing | Intelligent Web Applications
Fun Fact: I build things from scratch to understand how they actually work
  • 🔭 Building intelligent applications using Machine Learning, Deep Learning, and modern AI technologies.
  • 🌐 Developing scalable MERN Stack applications with real-time communication using WebRTC and Socket.io.
  • 📚 Continuously learning by building projects from scratch and understanding the underlying algorithms.

🛠️ Tech Stack

Languages

C C++ Python JavaScript Java HTML5 CSS3 Windows Terminal

AI / ML / Deep Learning

PyTorch scikit-learn Pandas NumPy Matplotlib Seaborn LangChain NLTK

Frontend

React Vite Redux React Router React Hook Form React Query Context-API Radix UI Bootstrap TailwindCSS Material UI EJS

Backend & APIs

Node.js Express.js FastAPI Socket.io JWT Nodemon Passport.js NPM PNPM

Databases

MongoDB Mongoose MySQL Postgres

DevOps & Tools

Git GitHub Docker Kubernetes Render Netlify Vercel Cloudinary Postman

Design & Productivity

Figma Canva Notion Jupyter VS Code


🚀 Featured Projects

🤖 Machine Learning & Deep Learning

Project Domain Tech Stack Highlights
CreditWise — Loan Approval Prediction Supervised Learning Scikit-Learn, Pandas 87.5% accuracy with 79% precision for loan approval prediction
SmartCart — Customer Segmentation Unsupervised Learning Scikit-Learn, K-Means, PCA Identified 4 customer personas for targeted marketing
PowerPulse — Energy Output Prediction Deep Learning (Regression) PyTorch, Scikit-Learn Feedforward neural network achieving R² = 93.55% and RMSE = 4.29 MW
DatePal — Date Fruit Classification Deep Learning (Classification) PyTorch, Scikit-Learn Classified 7 date fruit varieties with 94.44% accuracy
VisionNet — CNN Image Classification Computer Vision PyTorch, Torchvision CNN trained on CIFAR-10 achieving 73.89% test accuracy
SentimentRNN — IMDB Movie Review Sentiment Analysis Natural Language Processing PyTorch, NLTK, Scikit-Learn End-to-end RNN achieving 86.96% accuracy on 50,000 IMDB movie reviews

🌱 Currently Exploring

  • 🤖 Large Language Models (LLMs)
  • 🤖 Large Language Models (LLMs)
  • 📚 Retrieval-Augmented Generation (RAG)
  • 🧠 Reinforcement Learning
  • 🤖 Agentic AI Systems
  • 🎨 Generative AI & Diffusion Models
  • 🎭 Generative Adversarial Networks (GANs)

📊 GitHub Analytics

GitHub Streak

Contribution Graph


Profile Views

Footer

Popular repositories Loading

  1. sanjaynayak1224 sanjaynayak1224 Public

    Config files for my GitHub profile.

  2. CreditWise_Loan_System-A_Loan_Approval_Prediction_System CreditWise_Loan_System-A_Loan_Approval_Prediction_System Public

    💼An end-to-end machine learning system built with Python and Scikit-Learn to automate credit underwriting and predict loan approvals. Reached 87.5% accuracy and 79% precision using fine-tuned Logis…

    Jupyter Notebook

  3. Video_Conferencing_Platform Video_Conferencing_Platform Public

    JavaScript

  4. SmartCart_E-Commerce--A_Customer_Segmentation_System SmartCart_E-Commerce--A_Customer_Segmentation_System Public

    🛒 An unsupervised ML pipeline segmenting 2.2k e-commerce customers into 4 distinct personas. Compresses feature space using 3D PCA and applies K-Means (optimized with KneeLocator/Silhouette scores)…

    Jupyter Notebook

  5. Feedforward_Neural_Networks-Industrial_Power_Plant_Energy_Output_Prediction Feedforward_Neural_Networks-Industrial_Power_Plant_Energy_Output_Prediction Public

    ⚡Predicting Combined Cycle Power Plant (CCPP) electrical energy output using a PyTorch-based Feedforward Neural Network (FNN). Achieves 93.55% R² and 4.29 MW RMSE. Features StandardScaler preproces…

    Jupyter Notebook

  6. Feedforward_Neural_Networks_Date_Fruit_Category_Prediction Feedforward_Neural_Networks_Date_Fruit_Category_Prediction Public

    🌴Automating agricultural grading using PyTorch. An end-to-end Feedforward Neural Network (FNN) classifying 7 date fruit varieties with 95.56% test accuracy using image-extracted morphological, colo…

    Jupyter Notebook