Logo Lanfrica

Namwenyo/career-guidance-app

Domain:

education

Record type:

software
Creator:
Nam
Host:
DEVELOPMENT OF AN AI-POWERED CAREER GUIDANCE APPLICATION FOR NAMIBIAN HIGH SCHOOL GRADUATES. Built as part of a Bachelor of Science in Computer Science research project at the University of Namibia (UNAM) This repository contains the frontend for CareerNamibia, a web based AI system developed to guide Namibian high school graduates in choosing university programs that align with their academic performance and personal interests. The platform evaluates subjects, grades, interests, and university admission requirements to produce personalized program recommendations. This repository only includes the frontend, but it is fully integrated with a powerful backend system that is kept in a private repository. The backend is a Django + PostgreSQL service built to process student data, perform eligibility checks, and deliver AI-powered recommendations. It is where all the logics and algorithms are and this frontend communicates with it through secure API endpoints. The project was built as part of a Bachelor of Science in Computer Science research project at the University of Namibia (UNAM) Would you have any inquiry contact me at wilhelmnamwenyo@gmail.com **Features for the Frontend** Built with Next.js and Tailwind - **Interactive Assessment**: - Upload report cards for automatic grade extraction (OCR) - Manual grade input fallback - Interest selection and university preferences - **AI-Powered Results**: Displays personalized program recommendations with eligibility status. - **Program Browser**: Explore all available university programs with filtering options. - **Real time Feedback**: Provide feedback on recommendations to improve the system model. **Tech Stack** - **Framework**: Next.js 14 (App Router) - **Language**: TypeScript - **Styling**: Tailwind CSS - **UI Components**: Radix UI - **Forms**: React Hook Form with Zod validation - **Package Manager**: pnpm **Some screenshots of the frontend** **landing Page** **assessment page** **Result page** Display AI-generated career recommendations after analysing. Each recommendation includes program details, eligibility status, accompanied by an encouraging and motivation message and reasoning. T …