I'm in university and have spent much of the past two years focused on things other than studying. Now I need to complete a year-long final project under a mentor's guidance, and passing it is required for graduation. I'm not very confident with my programming and IT skills, but I'm willing to put in the necessary time. If the project needs to involve both web development and AI, what kind of manageable project would you recommend, and why?
3 Answers
A practical option would be a project-idea recommendation website. Users could enter their interests, skills, available time, and preferred technologies, then receive suitable project suggestions. The web portion could handle accounts, forms, search, and saved ideas, while a simple AI model could classify users’ requirements or recommend projects from a prepared database. It solves a genuine problem and can be expanded gradually without making the core version too difficult.
Start by discussing the requirements and your current skill level with your mentor. They can help you narrow the scope and choose technologies that are realistic for a year-long project. A small, complete system is much better than an ambitious idea that never gets finished.
Choose something with a basic version you can finish early, then add AI features only after the main application works. For example, build a study-planning or resource-recommendation website, using AI to categorize resources or generate a draft plan. Get regular feedback from your mentor, keep the scope controlled, and focus on learning the fundamentals rather than trying to create a large commercial product.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically