Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1021 Bytes

File metadata and controls

26 lines (16 loc) · 1021 Bytes

🐍 Python Mini Projects

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 List

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

🚀 How to Use

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!