Skip to content
View aman-pathak1's full-sized avatar
🎯
Practice makes improvements
🎯
Practice makes improvements

Highlights

  • Pro

Block or report aman-pathak1

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.

Content in all repositories owned by your account will be closed.
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
aman-pathak1/README.md

Hi πŸ‘‹, I'm Aman Pathak

B.Tech CSE Student , Building real things.

πŸ§‘β€πŸ’» About Me

  • πŸŽ“ B.Tech Computer Science student at Jaypee University of Engineering and Technology, Guna
  • πŸ’Ό Technical Coordinator @ Bitwise Club
  • πŸ§ͺ Completed a Data Science internship @ Zidio Development Pvt. Ltd. β€” built RetailPulse, a retail analytics pipeline (RFM + K-Means segmentation, Prophet/LSTM demand forecasting)
  • 🌱 Currently learning NLP and exploring semantic search (SBERT/FAISS)
  • πŸ’» 500+ problems solved on LeetCode (C++)
  • πŸ“« Reach me: 0aamanpathak@gmail.com

πŸš€ Projects

πŸ” Duplicate Question Detection

Semantic similarity pipeline to detect duplicate questions at scale.

  • SBERT embeddings + FAISS indexing over 533K unique questions (768-dim)
  • FastAPI backend with multiple search endpoints, Next.js frontend with 3 search modes
  • Started from a TF-IDF baseline (~75% accuracy, 0.84 ROC-AUC) before moving to embeddings

πŸ”— Repo: https://github.com/aman-pathak1

πŸ€– ModelForge AI (AutoML Platform)

Production-style AutoML platform automating the ML workflow end-to-end.

  • Automated preprocessing, feature engineering, multi-model training (CV-based), hyperparameter tuning
  • React + FastAPI + Docker, deployed on Vercel and Hugging Face Spaces

πŸ”— Repo: https://github.com/aman-pathak1/ModelForge-Frontend

πŸ“Š RetailPulse

Retail analytics dashboard built from the internship project.

  • Customer segmentation (RFM + K-Means), demand forecasting (Prophet + LSTM), ABC inventory optimization
  • Streamlit Cloud deployment, 4-page dashboard with Plotly charts

πŸ”— Repo: https://github.com/aman-pathak1


πŸ› οΈ Languages & Tools

C C++ Python JavaScript TypeScript HTML5 CSS3 React Next.js Tailwind
FastAPI Node.js Express PyTorch Scikit-learn OpenCV MySQL PostgreSQL Docker Git GitHub


πŸ“ˆ GitHub Stats

Aman's GitHub stats

GitHub Streak


🌐 Connect with me

LinkedIn Twitter (X)

πŸ“§ 0aamanpathak@gmail.com

Pinned Loading

  1. ModelForge-backend ModelForge-backend Public

    FastAPI backend for ModelForge β€” runs 10 ML models with 5-fold CV, GridSearchCV tuning, and feature importance analysis on uploaded datasets. Deployed on HuggingFace Spaces with scikit-learn, Light…

    Python 1

  2. ModelForge-Frontend ModelForge-Frontend Public

    React + Vite frontend for ModelForge AutoML β€” upload a CSV, get cross-validation scores, hyperparameter tuning, and exportable sklearn pipeline code in minutes. Built with Tailwind CSS, Framer Moti…

    JavaScript 1

  3. ElectraAI ElectraAI Public

    ElectraAI is an AI-powered election assistant that helps citizens understand voting, check election timelines, find booth details, compare candidates, and prepare for elections through a simple dig…

    TypeScript

  4. MiniGPT MiniGPT Public

    MiniGPT is a GPT-2-inspired decoder-only Transformer built with PyTorch. It implements tiktoken tokenization, learnable embeddings, causal multi-head attention, feed-forward networks, LayerNorm, re…

    Python 1

  5. airflow airflow Public

    Forked from apache/airflow

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

    Python

  6. Anime-Face-Generation Anime-Face-Generation Public

    Generate realistic anime faces using Deep Convolutional Generative Adversarial Networks (DCGAN) built with TensorFlow and Keras.

    Jupyter Notebook