This repository contains a collection of small, self-contained Python projects.
Each project focuses on practicing core Python skills, working with popular libraries, and building practical applications.
| Project | Description | Tech Stack |
|---|---|---|
| Python EDA Portfolio | Exploratory Data Analysis projects covering data cleaning, feature engineering, and visualization on real-world datasets. | Pandas, NumPy, Matplotlib, Seaborn |
| IMDb Movie Picker | Scrapes IMDb Top 250 movies and suggests a random movie. | BeautifulSoup, Docker |
| Housing Price API | Deploys a machine learning model as a REST API for house price prediction. | FastAPI, Docker, Scikit-Learn |
Each project is independent and contains its own code and setup instructions.
Click on a project name to view details and run it locally.
Happy Coding!