Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ayaannshaikhh's full-sized avatar
🌊
seasick
🌊
seasick
  • yyz
  • 03:14 (UTC -05:00)

Highlights

  • Pro

Block or report ayaannshaikhh

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ayaannshaikhh/README.md

Hi, my name is Ayaan!

I'm currently a second-year computer science student specializing in cybersecurity with a minor in mathematics. I'm avid about machine learning, artificial intelligence, cybersecurity and full-stack development!

CREATE DATABASE me;
USE me;
CREATE TABLE skills (
    id INT PRIMARY KEY AUTO_INCREMENT,
    name VARCHAR(50),
    type VARCHAR(30)
);
INSERT INTO skills (name, type)
VALUES
('Python', 'Programming Language'),
('Java', 'Programming Language'),
('C', 'Systems Programming'),
('SQL', 'Database'),
('JavaScript', 'Web'),
('HTML/CSS', 'Frontend');

Personal Projects

↳ 🧠 Parkisense (ongoing)

A computer vision–based machine learning system that analyzes hand movement videos to detect Parkinsonian tremors.

Tech Stack: Python, OpenCV, MediaPipe, TensorFlow, LSTM, NumPy, Streamlit

↳ 🛡️ Aegis (ongoing)

An anomaly-based intrusion detection system designed to detect unusual network traffic patterns.

Tech Stack: Python, NumPy, Scapy, scikit-learn

↳ 🩻 Diagnosica

A medical image diagnosis assistant focused on brain tumour detection using deep learning.

Tech Stack: Python, Flask, TensorFlow, Keras, HTML/CSS

↳ 🌺 Bloomfund

A personalized tool designed to help students find scholarships that match their background, skills and goals using Claude AI.

Tech Stack: Python, FastAPI, PostgreSQL, Supabase, Anthropic Claude

Pinned Loading

  1. bloomfund bloomfund Public

    💰 Make bag without the hustle.

    Python

  2. diagnosica diagnosica Public

    🩻 Understand what medical images mean.

    Python 1

  3. mc-valentine-card mc-valentine-card Public

    💌 Make Valentine's Day extra sweet with a love letter web app.

    CSS

  4. ruby-cli-tool ruby-cli-tool Public

    CLI Project Management Tool built using Ruby.

    Ruby

  5. mc-gp-towny mc-gp-towny Public

    Python script to convert GriefPrevention claims into Towny claims and Townblocks using grid discretization and UUID for user data linking.

    Python 1