Teaching AI Projects

Explore industry-inspired AI projects for classroom learning, hackathons and workshops.

Intermediate Self-Learning and Adaptive AI
13. Active Learning Image Classifier

Ask humans to label only uncertain images and improve the model iteratively.

Intermediate Self-Learning and Adaptive AI
14. Personalized Vocabulary Coach

Adapt vocabulary exercises based on learner mistakes and spaced repetition.

Capstone Self-Learning and Adaptive AI
15. Continual Learning Drift Simulator

Simulate changing data and retrain a model when performance drifts.

Capstone Self-Learning and Adaptive AI
16. Reinforcement Learning Tutor Game

Train an agent to solve a simple gridworld and explain exploration versus exploitation.

Capstone Self-Learning and Adaptive AI
17. Self-Improving RAG Feedback Loop

Improve retrieval quality using user ratings, failed queries, and better chunking.

Foundation Micro LLMs and Model Building
18. Tokenizer Builder from Scratch

Train a small byte-pair tokenizer and visualize how text becomes tokens.

Intermediate Micro LLMs and Model Building
19. Tiny Transformer Text Classifier

Build a small transformer encoder for sentiment or topic classification.

Intermediate Micro LLMs and Model Building
20. Mini GPT for Story Completion

Train a tiny character or word-level language model for story continuation.

Capstone Micro LLMs and Model Building
21. Domain Micro-LLM Fine-Tuning Lab

Fine-tune a small open model on domain FAQs and compare it with RAG.

Capstone Micro LLMs and Model Building
22. Quantization and Local LLM Deployment

Quantize a small model and compare speed, memory, and answer quality locally.

Capstone Micro LLMs and Model Building
23. Distillation Lab: Large Teacher to Small Student

Train a smaller model from larger-model labels and evaluate compression trade-offs.

Foundation Creative and Music AI
24. AI Story and Illustration Planner

Generate a story outline, scene list, and image prompts for educational content.