Skip to content
View maw-khan's full-sized avatar

Block or report maw-khan

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

Pinned Loading

  1. context-aware-rag-chatbot-gemini context-aware-rag-chatbot-gemini Public

    A Retrieval-Augmented Generation (RAG) based chatbot that allows users to upload PDF documents and ask questions in natural language. The system retrieves relevant context from documents and uses G…

    Python

  2. customer-churn-ml-pipeline customer-churn-ml-pipeline Public

    End-to-end customer churn prediction pipeline using Scikit-learn, GridSearchCV, preprocessing pipelines, and production-ready ML workflow design.

    Jupyter Notebook

  3. research-paper-assistant research-paper-assistant Public

    AI-powered Research Paper Assistant using RAG, FAISS, Gemini, and Streamlit for academic paper summarization and semantic question answering.

    Python

  4. resume-analyzer-ai resume-analyzer-ai Public

    This is a complete ATS style resume analyzer. The user uploads the resume (PDF) and the job description (text) and the system outputs match score (0–100), skill gaps, missing keywords, improvement …

    Python

  5. stock-price-prediction-ml stock-price-prediction-ml Public

    Time-series machine learning project for short-term stock price prediction using Tesla (TSLA) data with feature engineering, regression models, and interpretability analysis.

    Jupyter Notebook

  6. youtube-rag-chatbot youtube-rag-chatbot Public

    This repo builds a rag chatbot for youtube videos. User provides a YouTube URL. The system extracts transcript, chunks transcript, creates embeddings, stores vectors and enables conversational Q&A …

    Python