Back in 2023, building a simple Chat with PDF app could get you a job interview. Things have changed since then. Now, employers want engineers who can solve real-world problems, not just call an API. In this article, I’ll share the best AI/ML project ideas to work on in 2026.
AI/ML Project Ideas for 2026
If you’re not sure what to build this semester, I can help. These four AI/ML project ideas go beyond tutorials and connect directly to the work happening in the industry in 2026.
The Deep-Dive Video Note Taker
There is more content than ever. Most people don’t want to sit through a 2-hour lecture. They want to ask a specific question and get a timestamped answer.
By 2026, a video summarizer should be multimodal. It needs to process not just the audio, but also the slides and code snippets shown on the screen.
Your tool should take a YouTube URL, separate the audio and visual streams, and combine them.
Projects like this teach you about data pipelines. You’ll work with audio buffers, image frames, and keep them in sync. This is how automated meeting assistants and compliance tools are built in the real world. Here’s an example to help you start this project.
The Real-Time Assistant
Standard RAG works well for history books, but it has trouble with questions about real-time events.
Picture an open-book exam where the textbook changes while you’re taking the test. That’s what Real-Time RAG is like.
Most students build RAG systems using static PDFs. Your challenge is to create one that listens to a live data stream, such as a simulated Twitter feed, stock ticker, or server logs.
Companies are shifting from search to action. A bot that knows what happened five minutes ago is helpful, but one that knows what happened 500 milliseconds ago is essential for finance, cybersecurity, and DevOps. Here’s an example to help you start this project.
The Large Document Analyst
Many important documents are messy PDFs. They have tables with merged cells, handwritten notes in the margins, and invoices that are hard to read.
Standard OCR (Optical Character Recognition) often fails with documents that have complex layouts. This is where you need to use LLMs.
Your goal is to build a tool that extracts structured JSON data from difficult documents, such as complex financial tables or medical records.
This is the practical and profitable side of AI. Banks, hospitals, and insurance companies all have back offices full of paperwork. If you can automate data extraction from invoices, you are solving a valuable problem. Here’s an example to help you start this project.
The Reasoning App
AI can generate responses quickly, but now we need AI that can think carefully.
Most LLMs respond quickly without much reasoning. A Reasoning App makes the model show its steps before giving an answer.
You should build an application that clearly uses Chain of Thought (CoT) flows.
Projects like this show you understand agentic workflows. You are not just prompting; you are designing a thinking process. This is what separates a chatbot from an automated consultant. Here’s an example to help you start this project.
Closing Thoughts
Here are the AI/ML project ideas I recommend you build in 2026:
Don’t just build these projects and leave them in a GitHub repository. Deploy them, add a simple Streamlit UI, and record a short demo video.
If you found this article helpful, you can follow me on Instagram for daily AI tips and practical resources. You may also be interested in my latest book, Hands-On GenAI, LLMs & AI Agents, a step-by-step guide to prepare you for careers in today’s AI industry.






Nice