-
rmehmood786.github.io Public
Personal site for Rashid Mehmood (rmehmood786): AI, gait analysis, ESNs, projects & links.
HTML UpdatedNov 5, 2025 -
genai-knowledge-assistant Public
🧠 Offline RAG App using LangChain, FAISS, and HuggingFace. A lightweight AI assistant that lets you chat with your own documents without any API costs.
-
unsupervised-exploration Public
A modular, research-grade Python library for unsupervised learning with embeddings (PCA, t-SNE, UMAP) and clustering (KMeans, DBSCAN, GMM). Includes reproducible experiments, metrics, visualization…
-
-
AI-Gait-Visualizer Public
Upload a short walking video → visualize pose keypoints and get quick gait metrics (stride proxy, step time, cadence estimate). Built on YOLO-Pose. One-click Colab + browser demo.
Python MIT License UpdatedOct 5, 2025 -
Fibonacci LFSR in Python with 4-bit demo, reconfigurable class, period check, and % agreement helper.
Python MIT License UpdatedSep 29, 2025 -
vibebox-voice-media-player Public
web-based voice-controlled media player, designed to run in any modern browser (Chrome/Edge recommended).
JavaScript MIT License UpdatedSep 20, 2025 -
dvsa-theory-test-pwa-urdu Public
A progressive web app demo (PWA) for preparing for the UK Driving Theory Test, with support for English and Urdu languages.
HTML MIT License UpdatedSep 19, 2025 -
Clean, time-aware COVID-19 case & death prediction experiments with scikit-learn: feature engineering, evaluation, and a simple 30-day forecast demo.
Jupyter Notebook MIT License UpdatedSep 15, 2025 -
Implementation of Echo State Networks (ESN) with experiments on MNIST and ECG5000. Includes comparison with Linear Regression and analysis of weight initialization methods for time-series and class…