Skip to content
View Prathamesh603's full-sized avatar

Highlights

  • Pro

Block or report Prathamesh603

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

Prathamesh Rajput

AI/ML | Deep Learning | NLP | Generative AI | Backend | Frontend
Email: prathamrajput@gmail.com
GitHub: Prathamesh603 | LinkedIn: /prathamesh-rajput-5364802b6


About Me

I am a third-year Computer Engineering student passionate about building intelligent systems using AI, Machine Learning, Deep Learning, NLP, and Generative AI.
I have hands-on experience creating real-time AI applications, production-level ML pipelines, and backend systems.
Strong in Python, model development, problem-solving, and Data Structures & Algorithms.


Tech Stack

Programming Languages

Python | C++ | C | HTML | CSS | JavaScript

AI / ML / DL

Scikit-Learn | TensorFlow | PyTorch | NumPy | Pandas | LangChain Logo LangChain Hugging Face logo Hugging Face / Transformers

Skills include: Machine Learning, Deep Learning, NLP, Transformers, Generative AI, Agentic AI, RAG, CNN, LSTM, GRU, MobileNetV2, OpenCV, MLOps, LangChain, FAISS.

Backend & Tools

FastAPI | Docker | MySQL | Git


Projects

1. Surya Namaskar Pose Detection (March 2025)

  • Developed a deep learning model to classify 8 Surya Namaskar poses.
  • Used MobileNetV2 with fine-tuning for improved accuracy and stability.
  • Enabled real-time classification using OpenCV and MediaPipe.
  • Supports image, video, and camera feed.

Tech Stack: TensorFlow, Keras, OpenCV, MediaPipe, Python


2. Language-Agnostic RAG Chatbot (Aug 2025)

  • Built a PDF-based question-answer chatbot using LangChain + FAISS.
  • Integrated Groq (LLaMA models) for fast and context-aware retrieval.
  • Achieved 85%+ accuracy in user queries.
  • Reduced response time by 40% through optimized chunking and retrieval.

Tech Stack: Python, LangChain, FAISS, Groq (LLaMA), Streamlit
Live Demo: https://language-agnostic-chatbot-fe4dh4iuvs8tufejn5eket.streamlit.app/


3. Phishing Detection System – End-to-End MLOps (July 2025)

  • Designed an automated ML pipeline for phishing URL detection.
  • Included data ingestion, preprocessing, model training, and deployment.
  • Used MLflow for experiment tracking and Dockerized FastAPI for live inference.

Tech Stack: Python, Scikit-Learn, FastAPI, Docker, MLflow, MongoDB


4. LSTM Next Word Prediction Model

  • Built an LSTM-based neural network for predicting the next word in a text sequence.
  • Trained on a custom dataset to learn grammar, sentence structure, and semantics.
  • Achieved stable predictions using sequence modeling and tokenization.

Tech Stack: Python, TensorFlow/Keras, NLP, LSTM


Experience

IEEE Gujarat Section Datathon (Feb 2025)

  • Developed a predictive ML solution improving baseline accuracy by 12%.
  • Worked collaboratively in a competitive 4-member team.

NASA Space Apps Challenge (Oct 2025)

Links

GitHub: https://github.com/Prathamesh603
LinkedIn: https://www.linkedin.com/in/prathamesh-rajput-5364802b6/
RAG Chatbot: https://language-agnostic-chatbot-fe4dh4iuvs8tufejn5eket.streamlit.app/
NASA Project: https://nasa-frontend-qisq.onrender.com/index.html
NLP Certificate: https://www.udemy.com/certificate/UC-1cc681e8-629e-47bd-959d-1d505f3c5381/

Popular repositories Loading

  1. Prathamesh603 Prathamesh603 Public

    Config files for my GitHub profile.

    1

  2. SCETExchange SCETExchange Public

    PHP 1

  3. PREDICT-NEXT-WORD- PREDICT-NEXT-WORD- Public

    Jupyter Notebook 1

  4. TreeUtils TreeUtils Public

    "A C++ library offering functions for manipulating and analyzing binary trees. It includes operations for tree construction, traversals (in-order, pre-order, post-order, level-order), balance check…

    C++

  5. Diabetes-Prediction Diabetes-Prediction Public

    Diabetes-Prediction Using python

    Jupyter Notebook

  6. SuryaNamaskar-Pose-Detection SuryaNamaskar-Pose-Detection Public

    This project uses a fine-tuned MobileNetV2 model to detect and classify 8 different Surya Namaskar poses from a video. The dataset consists of images categorized by pose names, and the model predic…

    Python