Skip to content
View kkhushig's full-sized avatar

Block or report kkhushig

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

Popular repositories Loading

  1. Martian-Frost-Classifier-Image-Classification-via-Keras Martian-Frost-Classifier-Image-Classification-via-Keras Public

    This project focuses on frost detection through image classification. It implements a custom three-layer CNN and utilizes transfer learning with EfficientNetB0, ResNet50, and VGG16. Data augmentati…

    Jupyter Notebook

  2. Yelp-Rating-Predictions-Hybrid-Recommendation-System-via-PySpark Yelp-Rating-Predictions-Hybrid-Recommendation-System-via-PySpark Public

    This project implements a hybrid recommendation system utilizing a combination of user and business metadata from Yelp datasets. By switching from XGBoost to CatBoost, I improved the model's RMSE f…

    Python

  3. Diamond-Price-Prediction-Regression-Analysis- Diamond-Price-Prediction-Regression-Analysis- Public

    This project analyzes the diamonds dataset to uncover patterns influencing diamond prices through regression analysis. Using 54,000 entries and various characteristics, we implemented and compared …

    Jupyter Notebook

  4. BeyondSQL-Custom-Queries-for-Data-Customization BeyondSQL-Custom-Queries-for-Data-Customization Public

    BeyondSQL is a custom query system designed to handle large relational datasets with user-friendly commands. Inspired by MySQL, it supports data projection, filtering, joins, aggregation, and more.…

    Python

  5. DocuQuery-LLM-Powered-PDF-Q-A-System DocuQuery-LLM-Powered-PDF-Q-A-System Public

    DocuQuery is an LLM-powered chatbot that lets users upload PDF documents and ask questions based on their content. It uses LangChain, OpenAI, and FAISS to extract text, create embeddings, and retur…

    Python

  6. Stock-Price-Analysis-Algorithmic-Trading-System Stock-Price-Analysis-Algorithmic-Trading-System Public

    Stock Price Analysis & Algorithmic Trading System is a full-stack tool that fetches real-time stock data, applies EMA and LSTM-based trading strategies, and simulates trades in a mock environment. …

    Python