I'm a student and backend Python developer who loves exploring what Python can build โ from terminal tools to interactive GUIs and data-driven web apps. Every project below is a step in that journey.
class AbdulRehman:
def __init__(self):
self.role = "Python Developer & Student"
self.language = "Python"
self.stack = ["Pandas", "Pygame", "Streamlit", "Scikit-learn", "Matplotlib"]
self.currently = "building my portfolio, one project at a time"
self.motto = "Striving for excellence, one line of code at a time."
def collaborate(self):
return "Always open to learning, building, and connecting ๐"| Project | What it does |
|---|---|
| ๐ Housing Price (Multimodal) | Fuses ResNet18 image features with tabular data to predict home prices โ PyTorch, transfer learning, feature fusion |
| ๐ฌ Gemini RAG Chatbot | Context-aware document Q&A using RAG โ FAISS vector store, chat memory, Gemini embeddings |
| โค๏ธ Heart Disease Predictor | Logistic Regression vs. Decision Tree on 920 patient records โ full EDA, ROC-AUC evaluation |
| ๐ฉบ HealthBot | Safety-first health-info chatbot with emergency detection and jailbreak guardrails |
| ๐ Stock Price Predictor | Random Forest model forecasting next-day AAPL closing price from 5 years of OHLCV data |
| ๐ฌ Movie Recommender | Content-based recommendations via k-NN and cosine similarity on genre + rating vectors |
| Project | What it does |
|---|---|
| ๐งฎ Scientific Calculator (GUI) | Modern Tkinter calculator with basic + advanced math operations |
| ๐ผ๏ธ Streamlit Image Editor | Upload, resize, enhance & filter images right in the browser |
| ๐งฉ Sudoku Visualizer + Solver | Playable Sudoku with a live, step-by-step backtracking solver โ built with Pygame |
| ๐ Hungry Snake | Classic Snake, rebuilt with Pygame โ sound, score & smooth graphics |
| ๐ธ Personal Expense Tracker | Record, analyze & export expenses โ MIT licensed CLI tool |