Skip to content
View AyaanHussain1's full-sized avatar
  • Student / Aspiring AI Engineer
  • Karachi, Pakistan

Block or report AyaanHussain1

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

Hi there 👋

Popular repositories Loading

  1. CodeSage_Agent CodeSage_Agent Public

    AI agent that answers questions about YouTube tutorials and your own codebase — available as a Chrome extension, desktop app, and web app.

    JavaScript 1

  2. Autism-Prediction Autism-Prediction Public

    ML web app predicting Autism Spectrum Disorder traits from AQ-10 screening responses. Built with XGBoost (93% accuracy), Streamlit, and scikit-learn. Supports single and batch predictions.

    Jupyter Notebook

  3. Credit-Card-Fraud-System Credit-Card-Fraud-System Public

    ML web app detecting fraudulent credit card transactions using Logistic Regression (93% accuracy) on a highly imbalanced real-world dataset. Built with scikit-learn and Streamlit, using undersampli…

    Python

  4. Book-Recommendation-System Book-Recommendation-System Public

    Book recommendation web app using item-based collaborative filtering (K-Nearest Neighbors, cosine similarity) on 1.1M+ user ratings. Built with scikit-learn and Streamlit.

    Python

  5. Car-Price-Predictor Car-Price-Predictor Public

    Car price prediction web app using Linear Regression (0.74 CV R²), selected via fair cross-validation over Random Forest and Gradient Boosting. Built with scikit-learn and Flask, with dynamic compa…

    Jupyter Notebook

  6. Diabetes-Prediction-System Diabetes-Prediction-System Public

    An end-to-end machine learning project predicting diabetes risk. Compares SVC, Random Forest, and Logistic Regression on the Pima Indians dataset, selecting the top-performing SVC model (73.4% test…

    Python