The Public Welfare Scheme Portal is designed to streamline and enhance the distribution of government benefits to citizens. This platform ensures secure authentication, seamless document verification, and real-time updates, making welfare distribution more transparent, efficient, and user-friendly. By leveraging automation and secure transactions, the system minimizes fraud and ensures that assistance reaches the right beneficiaries.
- Approved applications trigger direct fund transfers to citizens' bank accounts, ensuring fast and hassle-free disbursement.
- Citizens upload necessary documents, which are processed using Optical Character Recognition (OCR) to extract and validate key details automatically.
- Users authenticate via their Aadhar number.
- Secure OTP verification ensures safe access to the portal.
- Citizens receive SMS updates about their application status using Twilio.
- Admins can send alerts about new schemes and important announcements.
- Real-time notifications within the platform keep users informed of their application progress.
- Admins can create, manage, and modify welfare schemes dynamically.
- Eligibility criteria are automatically determined based on uploaded documents.
- Citizens upload only the required documents as specified by the admin.
- Strong security measures ensure privacy and protect sensitive user information.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP, MySQL
- Authentication: Aadhar-based OTP Verification
- OCR Processing: Tesseract OCR (or similar technology)
- Notifications: Twilio API (SMS), Web Push Notifications
- Payment Gateway: Razorpay (or equivalent secure payment system)
git clone https://github.com/Prince61141/Public-Welfare-Scheme-Portal
cd Public-Welfare-Scheme-Portal- Create a
.envfile in the backend directory. - Set up credentials for the database, Twilio API, and payment gateway.
- Import the provided SQL file into MySQL to initialize the system.
- Start a local PHP server:
php -S localhost:8000- Open
index.htmlin a browser to access the frontend.
- AI-Based Eligibility Checking – Automate scheme eligibility verification using AI.
- Multi-Language Support – Expand accessibility with multiple language options.
- Blockchain Integration – Ensure tamper-proof document storage and verification.
- Rohit Pagi
- Prince Ghoda
- Harshil Solanki
- Javal Patel
- Nisrag Modi
This project was developed as part of Indus Hackathon 2025, with the goal of leveraging technology to make public welfare distribution more transparent, efficient, and secure.