Skip to content
View Pikachu-5's full-sized avatar

Highlights

  • Pro

Block or report Pikachu-5

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

Hello

Software & ML Engineer (Student) | Python • Rust • React • Data Engineering

I love building systems that are fast, intelligent, and actually usefulm from high-performance search engines in Rust to ML models that explain their predictions. Passionate about AI/ML, full-stack engineering, system design, automation, and everything F1.


Currently Working On

F1 Podium Predictor

Predicting top-3 F1 race outcomes using Gradient Boosting Regressor + FastF1 Telemetry + Weather Data.
Also experimenting with Gemma 3.0 for natural-language race insights (e.g., “Why did Mercedes dominate 2014–2020?”).


Featured Projects

SwiftSearch — Hybrid Semantic + Keyword Search Engine (Rust + Python)

A lightning-fast local search engine using:

  • Tantivy for full-text indexing
  • ANN-based embedding store for semantic search
  • Sub-millisecond lookup
  • ~1GB vector store indexing ~100GB of files
  • Multi-threaded preprocessing + memory mapping

GTFS Metro Network Visualizer (React, MapboxGL, SQL.js)

Offline transit system that:

  • Loads GTFS schedule + real-time data
  • Renders 500+ route points
  • Shows live positions, next stations, trajectory playback
  • 80% faster data recomputation using optimized caching

Multimodal Pneumonia Severity Estimator (CNN-ViT + Grad-CAM)

Hybrid CNN-ViT model for severity grading (“Mild/Moderate/Severe”).
Includes full preprocessing, proxy labeling, Grad-CAM explanations.
Under review at AIHC 2025.

Password Manager (Python)

Local credential manager with encryption, salting, hashing, and secure storage.

AI Agent with RAG (LangChain)

Custom document Q&A system using vector embeddings, FAISS, and LLMs.

CIFAR-10 Image Classifier (TensorFlow)

CNN for 10-class image recognition with augmentation + visualization.


Skills

Languages

Python • Rust • JavaScript (ES6+) • Java • C • C++ • C# (learning) • SQL

Frontend

HTML • CSS • React.js • Tailwind (experience) • Basic Angular

Backend & APIs

Node.js • Express.js • FastAPI • REST APIs

Machine Learning / AI

PyTorch • TensorFlow • Scikit-learn • XGBoost • Transformers • LangChain
Data Processing • Feature Engineering • Computer Vision • NLP

Data & Systems

MySQL • SQL Server • MongoDB • SQL.js • Tantivy • ANN Vector Search
Docker (learning) • Linux (learning) • Git • VS Code

APIs & Tools

FastF1 • Gemini API • NewsAPI • MapboxGL • Google Cloud • AWS (basic)


📫 Reach Me

LinkedIn: www.linkedin.com/in/ayub-khan-241b72354
Email: ayub2005.ak@gmail.com


Popular repositories Loading

  1. swiftsearch swiftsearch Public

    A local keyword + semantic file search system written in rust

    Rust 1

  2. lunar-crater-detector-and-depth-estimator lunar-crater-detector-and-depth-estimator Public

    Python 1

  3. Pikachu-5 Pikachu-5 Public

    Config files for my GitHub profile.

  4. Passmgr Passmgr Public

    Forked from Sady24/Passmgr

    A password manager

    Python

  5. AI-AGENT AI-AGENT Public

    This is an AI-Agent with RAG capabilities using LangChain. It supports basic arithmetic functions, web search a summarization capabilities unsing the gemini API.

    Python

  6. CIFAR10_Classification CIFAR10_Classification Public

    Trained a deep learning neural network to accurately classify an image using the CIFAR-10 dataset of 60,000 images

    Jupyter Notebook