Welcome to the official repository for the “AI with Python” series – a practical and beginner-friendly collection of Python scripts shared weekly on Instagram.
This repo is designed to help you:
- Learn core concepts of AI, machine learning, and data preprocessing
- Write clean, understandable Python code
- Apply what you learn in real-world problems
Each script is written with detailed comments, made to be run in Jupyter Notebook, and aligned with a specific AI/ML concept.
This repository contains a curated set of beginner-to-intermediate level Python scripts designed to teach core concepts in:
- ✅ Data preprocessing (scaling, encoding, handling missing values)
- ✅ Building machine learning models (regression, classification, clustering)
- ✅ Evaluating and visualizing model performance
- ✅ Creating end-to-end ML pipelines
- ✅ Real-world use cases like sentiment analysis, spam detection, and customer segmentation
- Clone this repo or download individual notebooks
- Open in Jupyter Notebook / JupyterLab
- Run each cell and follow the comments
- Check the corresponding Instagram post for visuals & tips
I post 2 new scripts every week on Instagram as part of the "AI with Python" series.
📲 Follow me to keep learning, one script at a time.
- Python 3.8+
- Jupyter Notebook
- scikit-learn
- pandas
- matplotlib / seaborn (where needed)
This project is open-source under the MIT License.