SmartCourse: A Contextual AI-Powered Course Advising System for Undergraduates
This is an incremental improvement for undergraduate Computer Science students, offering a more personalized advising tool.
The authors tackled the problem of traditional course advising tools lacking personalization by developing SmartCourse, an AI-driven system that integrates transcript and degree plan data to provide contextual recommendations, showing that using full context yields substantially more relevant recommendations in evaluations on 25 queries.
We present SmartCourse, an integrated course management and AI-driven advising system for undergraduate students (specifically tailored to the Computer Science (CPS) major). SmartCourse addresses the limitations of traditional advising tools by integrating transcript and plan information for student-specific context. The system combines a command-line interface (CLI) and a Gradio web GUI for instructors and students, manages user accounts, course enrollment, grading, and four-year degree plans, and integrates a locally hosted large language model (via Ollama) for personalized course recommendations. It leverages transcript and major plan to offer contextual advice (e.g., prioritizing requirements or retakes). We evaluated the system on 25 representative advising queries and introduced custom metrics: PlanScore, PersonalScore, Lift, and Recall to assess recommendation quality across different context conditions. Experiments show that using full context yields substantially more relevant recommendations than context-omitted modes, confirming the necessity of transcript and plan information for personalized academic advising. SmartCourse thus demonstrates how transcript-aware AI can enhance academic planning.