// Rising Bihar
Social-impact platform providing free career guidance to 1,000+ students across Bihar — featuring an automated assessment engine, Google Meet API integration for live counseling sessions, and a tri-panel architecture with RBAC for students, counselors, and admins.
The Challenge
Career counseling at scale for underserved students required automating subjective assessment grading, eliminating friction from scheduling video counseling sessions, and managing complex multi-role permissions across student, counselor, and admin workflows.
The Solution
Led the development of an intelligent automated grading engine for subjective assignments, integrated the Google Meet API for seamless session scheduling and link generation, and architected a tri-panel RBAC system with real-time chat and mobile push notifications to unify the counseling experience.
// Key Impact Metrics
// Tech Stack
Key Learnings
Automated subjective grading requires rubric-driven evaluation logic rather than keyword matching — students lose marks not for missing keywords but for missing reasoning.
Google Meet API spaces must be created with correct access type upfront — modifying access controls post-creation causes participant confusion during live sessions.
Tri-panel RBAC architectures benefit from a centralized permission resolver that all three panels reference, rather than per-panel role logic.