Skip to content
View Kuipyy's full-sized avatar
🏠
Works on my machine™
🏠
Works on my machine™

Block or report Kuipyy

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. plant-disease-agent plant-disease-agent Public

    LLM-orchestrated diagnostic agent for plant leaves: fine-tuned EfficientNet-B0 classifier, Grad-CAM explanations, and RAG-based treatment advice via Gemini agent orchestration.

    Python

  2. salary-prediction salary-prediction Public

    End-to-end salary prediction pipeline: EDA, preprocessing, and comparison of 8 regression models on a 250K-row dataset. Best result: Polynomial + Ridge with R² = 0.979.

    Python

  3. binary-classifiers-from-scratch binary-classifiers-from-scratch Public

    Three binary classifiers (Linear, Logistic, GDA) implemented from scratch in NumPy — tested on synthetic double-moon and Pima diabetes datasets with decision boundary visualizations.

    Python

  4. linear-regression-from-scratch linear-regression-from-scratch Public

    Linear regression implemented from scratch in NumPy — single and multi-variable gradient descent with cost surface, contour, and learning rate visualizations.

    Python