Skip to content
View ROCKYBH7's full-sized avatar
  • 02:54 (UTC +05:30)

Block or report ROCKYBH7

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

Balaji R H πŸ‘‹

πŸš€ AI Engineer | ML Systems Builder | Generative AI Developer

Building scalable AI systems from data β†’ model β†’ production


🧠 About Me

  • πŸŽ“ B.Sc. Information Technology
  • πŸ“ India (Madurai / Chennai) β€” Open to Relocation
  • πŸ’‘ Focused on AI Engineering, Machine Learning Systems, and Generative AI Applications
  • βš™οΈ Experienced in building end-to-end ML pipelines, APIs, and AI-driven solutions
  • 🏎️ Strong interest in Formula 1 data analytics & performance modeling

πŸš€ What I Do

  • Design and build production-ready ML systems
  • Develop AI-powered applications using LLMs
  • Convert data science workflows into scalable APIs
  • Work with real-world datasets to solve business problems

πŸ“‚ Featured Projects

πŸ”₯ Fraud Detection System (Production-Oriented ML)

  • Built an end-to-end fraud detection pipeline using Random Forest, XGBoost
  • Implemented:
    • Data preprocessing & feature engineering
    • Handling imbalanced datasets
    • Model evaluation using F1-score, ROC-AUC
  • Designed for real-world financial risk detection use cases
  • πŸ”— https://github.com/ROCKYBH7/fraud-detection-app

πŸ€– AI Customer Support Agent (LangGraph Workflow System)

  • Developed a multi-stage AI agent (11-step workflow) using LangGraph
  • Features:
    • Stateful conversation flow
    • Escalation handling logic
    • Tool/API integration (MCP routing)
  • Demonstrates real-time AI automation system design
  • πŸ”— https://github.com/ROCKYBH7/langgraph-customer-support

πŸ“© SMS Spam Detection System (ML + Deployment)

  • Built a text classification system using TF-IDF + Naive Bayes
  • Achieved high accuracy with optimized preprocessing
  • Integrated with Streamlit for real-time predictions
  • Covers:
    • NLP pipeline
    • Visualization & insights
  • πŸ”— https://github.com/ROCKYBH7/sms-spam-detector

πŸš— Used Car Price Prediction (ML Pipeline)

  • Developed regression models for price prediction
  • Includes:
    • Data cleaning & feature engineering
    • Outlier handling
    • Model evaluation using RMSE & RΒ²
  • Focused on practical ML pipeline design

πŸ“Š Fraud Detection EDA


βš™οΈ Tech Stack

🧠 AI / ML

  • Scikit-learn, XGBoost, TensorFlow, PyTorch
  • NLP, Feature Engineering, Model Evaluation

πŸ€– Generative AI

  • LangChain, LangGraph
  • LLM Applications, Prompt Engineering

βš™οΈ Backend & Systems

  • Python, FastAPI (API development)
  • Modular architecture, pipeline design

πŸ“Š Data Engineering

  • SQL, PySpark
  • Data pipelines, ETL workflows

☁️ Tools & Deployment

  • Git, GitHub Actions
  • Streamlit, Docker (learning)
  • Azure / IBM Cloud (basics)

πŸ“ˆ Current Focus

  • Building AI applications with LLMs (RAG, Agents)
  • Improving ML system design & deployment skills
  • Transitioning into production-grade AI engineering

🀝 Open to Collaborate

  • AI / ML system development
  • Generative AI applications
  • Real-world problem-solving projects

πŸ“« Contact


⚑ Positioning

I focus on building AI systems that work in production β€” not just models in notebooks.

Popular repositories Loading

  1. ROCKYBH7 ROCKYBH7 Public

    Config files for my GitHub profile.

  2. Fraud_Detection_EDA Fraud_Detection_EDA Public

    Fraud Detection Project: End-to-end machine learning pipeline to detect fraudulent transactions using synthetic data and advanced data analysis.

    Jupyter Notebook

  3. langgraph-customer-support langgraph-customer-support Public

    AI-powered Customer Support Agent built with LangGraph. Implements an 11-stage workflow with state persistence, decision logic, and real-time query handling. Includes test scenarios for validating …

    Python

  4. Machine-Learning Machine-Learning Public

  5. fraud-detection-app fraud-detection-app Public

    Machine Learning–based Fraud Detection System using supervised learning, feature engineering, and model optimization. Achieved high recall for fraud cases while minimizing false positives.

    Python

  6. sms-spam-detector sms-spam-detector Public

    Telecom Fraud Detection: SMS Spam Classifier built with Python, Scikit-learn, and Streamlit. Achieves ~98% accuracy using TF-IDF + Naive Bayes. Includes EDA, fraud trend visualization, and real-tim…

    Python