Resume Screening AI Capstone Project (NLP + Python)
Resume screening AI is one of the most common HR capstone proposals in 2026 and one of the most ethically loaded. Panels will ask about bias before they ask about …
itsourcecode.com hosts 500+ free source code projects for BSIT, BSCS, and CSE students — covering capstone projects, mini-systems, and learning exercises in PHP, Python, Java, VB.NET, C#, JavaScript, React, Node.js, Laravel, Android, and more. Every project is downloadable, modifiable, and free for academic use. Pair them with our Chapter 1-5 documentation series to complete your capstone or final-year project end-to-end.
This hub is organized by programming language and by project type so you can find the right starter quickly:
Browse curated collections by your preferred stack:
These are the most-downloaded capstone projects from our library — proven defendable systems used by hundreds of BSIT graduates:
Each system includes source code, database SQL, setup instructions, and links to relevant UML diagrams. Scroll down to browse the full catalog.
All source code projects on itsourcecode.com are released free of charge under the MIT License (unless otherwise noted) for educational use — including BSIT, BSCS, BSIS, and IT-related capstone projects. You can modify, extend, and use the code commercially. We ask only that you cite the source in your capstone documentation as required by academic integrity standards.
The library is maintained by PIES Information Technology Solutions, a Philippine-based development team. New projects are added monthly. If you need a custom capstone built for your specific defense requirements, see our Hire Us page for development services.
Building a complete capstone takes more than code. Pair our Free Projects with these companion resources:
Scroll down to browse the full free projects catalog ↓
Resume screening AI is one of the most common HR capstone proposals in 2026 and one of the most ethically loaded. Panels will ask about bias before they ask about …
Sentiment analysis is the most over-attempted NLP capstone in the country. Every batch has at least one group that says “we’re doing sentiment analysis” and every panel mentally rolls their …
Stock prediction is one of the most common AI capstone proposals in 2026 and one of the most commonly rejected. The reason is almost always the same. Student walks into …
Medical ML capstones are a panel-favorite when framed correctly. They’re also a panel-killer when framed wrong. The students who get medical capstones rejected aren’t the ones with weak code. They’re …
Agri-tech capstones are panel-favorites in 2026. Especially in the Philippines and India, where almost every BSIT student has a relative who farms, or an uncle who lost half a rice …
LangChain is the easiest way to build a capstone where the LLM doesn’t just answer questions — it actually does things. Searches your documents. Queries your database. Books a calendar …
RAG is the most-approved LLM capstone pattern in 2026. Panels approve it because the engineering is real. Students approve it because once you understand the four steps, it’s not hard. …
Image classification capstones are some of the most fun to defend. The panel watches you upload a photo, the screen lights up with the correct class and a confidence score, …
Most chatbot capstones we see fail in defense for the same reason. The panel asks “what model did you train?” and the team looks at each other for a second …
This open-source and user-friendly Online Compiler allows you to execute MySQL queries online. You can create a table and test the queries with a syntax specific to Mysql.
Bootstrap Online Compiler – This is a free tool used to write, compile and run your bootstrap code, CSS style, and JS bundle for faster web page development.
Online Ruby Compiler – Try the best online Ruby compiler, interpreter, and editor where you can write, compile and run ruby code online. without installing an IDE on your computer.
In this tutorial, you can learn on How To Make Pong Game In Python Using PyGame with the help of examples. What is Pong Game In Python? Pong Game is …