Hello

CompletedReact.js (Vite)Tailwind CSSFramer Motion+5 more

AI Government Scheme Advisor

An AI-powered platform that helps Indian citizens discover relevant government welfare schemes by analyzing user profiles and explaining eligibility, documents, and application steps in simple language.

AI Government Scheme Advisor
Timeline
2024
Role
Lead Developer
Team
Hackathon Team

Overview

AI Government Scheme Advisor is a comprehensive web application designed to bridge the gap between Indian citizens and government welfare schemes. Using advanced AI (Llama 3.3 via Groq), it analyzes user profiles to discover relevant Central and State government schemes, explaining eligibility criteria, required documents, and application processes in simple, easy-to-understand language.

Key Features

AI-Powered Recommendations: Utilizes Llama 3.3 (via Groq) to analyze user data and suggest highly relevant schemes.
Multi-Language Support: Provides scheme details in both English and Hindi.
Interactive AI Chat: Users can ask specific questions about any scheme and get instant, context-aware answers.
Secure Authentication: Integrated with Clerk for secure and seamless user sign-up and login.
Saved Schemes: Users can bookmark schemes to their profile for easy access later.
Smart Search: Search functionality to find schemes by keywords.

Challenges

The biggest hurdle was the latency of standard LLMs. We switched to Groq's LPU inference engine, which accelerated our response times by 10x, making the chat experience feel instantaneous. Handling multi-language support (English/Hindi) dynamically for complex government terminology was also a key challenge.

Learnings

  • First-hand experience with Groq and Llama 3 for high-speed inference.
  • Learned to structure unstructured government data into a queryable format.
  • Importance of Accessibility (a11y) in government-facing tech.