Skip to content
View Kuldip-Lakhtariya's full-sized avatar

Block or report Kuldip-Lakhtariya

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

Hi, I'm Kuldip Lakhtariya 👋

Electronics & Communication Engineering student at LD College of Engineering, Ahmedabad. I build end-to-end ML systems — from raw data to deployed APIs — focused on solving real problems for real people, not just running notebooks.


🧠 What I Work On

  • Machine Learning — XGBoost, feature engineering, Optuna hyperparameter tuning, regression & classification pipelines
  • Deep Learning — CNNs, RNNs, LSTMs, transfer learning (EfficientNetB0), Grad-CAM explainability
  • MLOps — Flask REST APIs, Docker, Render deployment, PostgreSQL integration
  • Data Analysis — EDA, hypothesis testing, Power BI dashboards

🚀 Projects

🌿 Plant Disease Detection API

Transfer learning · EfficientNetB0 · Flask · Docker · Render

Detects disease in 15 plant-disease classes from leaf images with 93% validation accuracy. Built with a confidence threshold — returns a warning instead of a wrong prediction when the model is uncertain.

Live: plant-disease-api-l7mi.onrender.com · Repo: github.com/Kuldip-Lakhtariya/plant-disease-api


🏥 Hospital Appointment No-Show Prediction

XGBoost · Optuna · Flask · Docker · PostgreSQL · Power BI · Render

End-to-end pipeline predicting whether a patient will miss their appointment. Key insight: SMS reminders appeared to increase no-shows — but the real cause was wait time (confounding variable), not SMS itself. Includes a Power BI dashboard, Flask API with HTML frontend, and full Docker deployment.

Live: medical-appointment-4gt9.onrender.com · Repo: github.com/Kuldip-Lakhtariya/Medical_appointment


📈 Reliance Stock Price Prediction

Prophet · XGBoost · LSTM · PostgreSQL · yfinance

Three-model comparison for stock price forecasting with 15 technical indicators. Key lesson: high R² on raw price is misleading — the model learns the trend, not the signal. Fixed data leakage using chronological splits.

Repo: github.com/Kuldip-Lakhtariya/Reliance_stock_price_prediction


🖼️ CIFAR-10 Image Classifier

Custom CNN · BatchNorm · Dropout · Data Augmentation · TensorFlow

Built a CNN from scratch reaching 80.6% validation accuracy on CIFAR-10. Learned why transfer learning (EfficientNetB0) fails on 32×32 images — spatial collapse — and when to use a custom architecture instead.


🛠️ Tech Stack

Languages: Python, SQL
ML/DL: TensorFlow, Keras, scikit-learn, XGBoost, Optuna
Data: pandas, NumPy, PostgreSQL, SQLAlchemy
Deployment: Flask, Docker, Render, Gunicorn
Visualization: Power BI, Matplotlib, Seaborn
Tools: Jupyter, VS Code, Git, Google Colab


📌 Currently Learning

  • NLP — text preprocessing, embeddings, sentiment analysis
  • Building AI-powered web applications

📫 Contact


I build things that work in production, not just in notebooks.

Pinned Loading

  1. Medical_appointment Medical_appointment Public

    End-to-end ML system predicting hospital appointment no-shows — XGBoost, Flask API, Docker, deployed on Render

    Jupyter Notebook 1

  2. plant-disease-api plant-disease-api Public

    Plant Disease Detection API — EfficientNetB0, 93% accuracy, 15 classes, deployed on Render

    HTML 2

  3. CNN_Projects CNN_Projects Public

    CNN Projects — CIFAR-10 Classifier & Plant Disease Detection using TensorFlow/Keras

    Jupyter Notebook 1

  4. Reliance_stock_price_prediction Reliance_stock_price_prediction Public

    Stock price prediction using XGBoost , Prophet and LSTM.

    Python 1

  5. sentiment-analysis sentiment-analysis Public

    Jupyter Notebook 1

  6. document-qa-rag document-qa-rag Public

    Python 1