C
C#2mo ago
Salman

CS Final Year Project ideas required as I'm about to hit the deadline

I've thought a lot but I couldn't come up with anything to pick for my final year project. I dont wanna get away with some copy paste thing as many students here do. Rather I want to end my degree with something good, creative and not too simple. And something that would look good on my CV as well if possible. I'd appreciate any ideas that you guys might have.
9 Replies
Angius
Angius2mo ago
$projects
MODiX
MODiX2mo ago
Collections of application ideas that anyone can solve in any programming language to improve coding skills: https://github.com/dotnet/dotnet-console-games https://github.com/karan/Projects https://github.com/florinpop17/app-ideas
Angius
Angius2mo ago
Here's some ideas
caracalsam
caracalsam2mo ago
Make an elevator system which will manage N amount of elevators with M floors
leowest
leowest2mo ago
@Salman just be careful not to bite your own butt by undertaking something too hard that will cause u more trouble than happiness as u have your job as well right..
jcotton42
jcotton422mo ago
@Salman Any software you’ve been wanting in your life?
Salman
SalmanOP2mo ago
Gotcha idk tbf I've thought of this idea:
AI-powered student transport assistant that understands natural language and can operate the system autonomously
💬 Sample Chat Flow: Student: "When does my bus arrive tomorrow?"
→ AI calls GetBusSchedule("S12345")
→ AI: "Your bus (Route 3) arrives at 7:15 AM at Gate A." Student: "I want to change to Route 5" → AI: RequestBusChange("S12345", "Route 5")
→ AI: "Your request has been sent to the transport office." Student: "Where is my bus right now?"
→ AI: TrackBus(busId)
→ AI: "Bus 3 is 5 mins away from your stop." --- using AI through MCP
caracalsam
caracalsam2mo ago
What do you want out of the final year project? Do you just want to pass? Do you want to learn about MCP? Do you want a project on your resume about MCP?
Salman
SalmanOP2mo ago
Pass and a good project on Resume

Did you find this page helpful?