August 31, 2025
28-Day AI Mastery Plan, with a strict focus on free tiers, open-source tools, and readily available resources.
Guiding Principle for Tools:
- Always Free & Open Source First: We will prioritize tools that are completely free or have a robust, fully-featured free tier that is sufficient for learning.
- No Paid Barriers: The entire plan can be completed without spending any money.
The Free-Tier AI Toolbox (Your New Best Friends)
These are the tools we will use throughout the plan. All have free versions.
- Google Colab: (Your Most Important Tool) A free Jupyter notebook environment that runs entirely in the cloud. It provides free access to GPUs and TPUs, which is essential for running deep learning models without a powerful computer.
- Hugging Face: The “GitHub for AI models.” A massive repository of free, pre-trained models for NLP, computer vision, audio, and more. Their free
transformersanddiffuserslibraries are industry standards.- Link: https://huggingface.co/
- Scikit-learn: The fundamental library for traditional machine learning in Python. It is free and open-source.
- TensorFlow & Keras: Google’s free and open-source deep learning library. Keras is its high-level API, perfect for beginners.
- PyTorch (Optional): Facebook’s free and open-source deep learning library, very popular in research. We’ll focus on Keras for simplicity, but it’s free to use.
- OpenAI API (for Playground): While the API itself is paid, OpenAI’s Playground offers a free tier to experiment with GPT-3.5 models to learn prompt engineering.
- Link: https://platform.openai.com/playground (You will need to create an account; new accounts often have some free credit).
- Kaggle: A platform for data science competitions, but also a fantastic source of free datasets, free courses, and free GPU-powered notebooks.
- Link: https://www.kaggle.com/
- GitHub: For version control and hosting your code portfolio. Free for public and private repositories.
- DVC (Optional): Open-source version control for data and models, integrates with Git.
The Revised 28-Day Plan (Free-Focused)
The structure remains the same, but the tool recommendations are now explicitly free.
Week 1: Foundations & The Machine Learning Core
- Day 1: The Big Picture
- Tool: Use Google Colab for your first notebook. No installation needed.
- Day 2: Python for Data Science
- Tools: NumPy, Pandas, Matplotlib – All free, pre-installed on Colab.
- Day 3-4: Math Fundamentals
- Resource: 3Blue1Brown and StatQuest on YouTube are free.
- Day 5-6: Your First ML Model & Evaluation
- Tool: Scikit-learn – Free, pre-installed on Colab.
- Day 7: Week 1 Project
- Tool: Get your dataset from Kaggle (free).
Week 2: Core Machine Learning Algorithms
- Days 8-13: Algorithms & Preprocessing
- Tool: All work is done with Scikit-learn (free) in Google Colab (free).
- Day 14: Week 2 Project
- Tool: Participate in a Kaggle competition (free). Use Kaggle’s own notebook environment which also provides free compute.
Week 3: Deep Learning & Specializations
- Day 15: Intro to TensorFlow/Keras
- Tool: TensorFlow/Keras – Free, pre-installed on Colab.
- Day 16-17: Computer Vision with CNNs
- Tool: Use Google Colab. Make sure to enable the free GPU (Runtime -> Change runtime type -> GPU) to train your CNN faster.
- Day 18-19: NLP with Text
- Tool: Use Keras on Colab. For word embeddings, use free pre-trained ones (like GloVe).
- Day 20: The Transformer Revolution
- Tool: This is where Hugging Face shines. Use their free
transformerslibrary to easily load and use state-of-the-art models like BERT or GPT-2 for inference.
- Tool: This is where Hugging Face shines. Use their free
- Day 21: Week 3 Project
- Tools: Colab (with GPU) + Hugging Face
transformersorTensorFlow/Keras.
- Tools: Colab (with GPU) + Hugging Face
Week 4: Advanced Topics, Tools, and The Future
- Day 22: Generative AI – Hands-On
- Tool: Use Hugging Face‘s free
diffuserslibrary to run Stable Diffusion for text-to-image generation. Run this in Colab with a GPU.
- Tool: Use Hugging Face‘s free
- Day 23: Prompt Engineering
- Tool: Use OpenAI’s Playground (free tier for learning) to practice prompts. Alternatively, use free models on Hugging Face or use the free Claude AI or Google Gemini chatbots to practice.
- Day 24: MLOps Fundamentals
- Tools: GitHub (free account) for code. DVC is open-source and free.
- Day 25: Ethics in AI
- Resource: All reading materials (articles, case studies) are freely available online.
- Day 26: The AI Landscape
- Resource: Research is free. arXiv.org is your source for free academic papers.
- Day 27: Capstone Project Work
- Tool Stack: Colab, Hugging Face, Scikit-learn, GitHub – Your entire free toolkit.
