Skip to content
View Mondip-Mech's full-sized avatar
  • Bengaluru

Block or report Mondip-Mech

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

Hi, I'm Mondip Mech πŸ‘‹

Data Scientist | GenAI & Agentic AI Builder

I build end-to-end machine learning pipelines and deploy them as real apps. Lately I'm deep into GenAI and Agentic AI β€” building intelligent assistants with LangGraph, LangChain, and LLMs that can reason, use tools, and remember context across conversations.

I enjoy turning messy data into models, and models into apps people can actually use.

πŸ“ Based in India β€’ πŸ“« mechmondip@gmail.com


πŸ› οΈ Tech Stack

Languages
Python SQL

GenAI & Agentic AI
LangChain LangGraph Groq Llama LLMs

Machine Learning & Deep Learning
scikit-learn TensorFlow Keras XGBoost LightGBM CatBoost

Data & Visualization
Pandas NumPy Power BI Excel

Deployment & Tools
Streamlit Git GitHub


πŸš€ Featured Projects

Project Description Tech
πŸ€– AI Chatbot An AI assistant with persistent conversation memory, multi-tool reasoning, and a ChatGPT-style thread interface LangGraph, LangChain, Groq (Llama 3.1)
πŸ’¬ Sentiment Analysis App Production-ready sentiment classifier with a fine-tuned BERT model PyTorch, BERT, Streamlit
🏠 Melbourne Housing Price Predictor End-to-end regression on 34K+ records. CatBoost achieved R² = 0.863 CatBoost, XGBoost, LightGBM, Streamlit
πŸ“ž Telecom Customer Churn Predictor Binary classification on 7K+ customers. 80% accuracy, ROC-AUC 0.84 Scikit-learn, EDA, Streamlit
🐢 Dogs vs Cats Classifier CNN with MobileNetV2 transfer learning. 74% β†’ 97% validation accuracy TensorFlow, Keras, MobileNetV2

πŸ“Š GitHub Stats

Mondip's GitHub stats Top Languages


🌱 Currently Building & Exploring

  • πŸ€– Agentic AI systems β€” multi-agent workflows, tool-using LLMs, autonomous reasoning
  • 🧠 GenAI applications β€” RAG pipelines, fine-tuning, prompt engineering
  • πŸ”— LangChain & LangGraph β€” building production-ready AI assistants
  • ☁️ MLOps & deployment β€” taking models from notebook to production

πŸ“« Let's Connect

  • πŸ“§ Email: mechmondip@gmail.com
  • πŸ’Ό Open to: Data Scientist, AI/ML Engineer, and GenAI Engineer roles## Hi there πŸ‘‹

Popular repositories Loading

  1. melbourne-housing-price-predictor melbourne-housing-price-predictor Public

    End-to-end machine learning project for Melbourne housing price prediction using advanced regression models, feature engineering, cross-validation, and hyperparameter tuning.

    Jupyter Notebook

  2. customer_churn_predictor customer_churn_predictor Public

    End-to-end data science project analyzing telecom customer behavior and predicting churn using classification algorithms and model evaluation techniques.

    Jupyter Notebook

  3. job_recommendation_system job_recommendation_system Public

    Built an NLP-based job recommendation system using TF-IDF and cosine similarity to suggest similar job roles. Developed a Streamlit web app for real-time recommendations and implemented text prepro…

    Jupyter Notebook

  4. Dogs_Cats_Image_Classification Dogs_Cats_Image_Classification Public

    Deep learning project using MobileNetV2 + Streamlit

    Jupyter Notebook

  5. Sentiment_analysis_app Sentiment_analysis_app Public

    A production-ready sentiment analysis web app powered by a fine-tuned BERT model, PyTorch, and Streamlit.

    Jupyter Notebook

  6. AI-Chatbot AI-Chatbot Public

    An AI assistant built with LangGraph, LangChain, and Groq (Llama 3.1), featuring persistent conversation memory, multi-tool reasoning, and a ChatGPT-style thread interface.

    Python