Found 792 repositories(showing 30)
VarunKumar-05
No description available
TheSpeedX
This is the UVerifier System for smoothing the Check-In/Booking experience for end clients. The system consists of two applications, first the AadharVerifier and The POC IRCTC Client App.
Aficionado45
Operator side for UIDAI Aadhar hackathon to implement resident's aadhar address update using revelant document verified with realtime GPS location extracted using ML-vision OCR, used UIDAI APIs for operator and resident authentication through mobile OTP and face recognition.
Oviya-hash
No description available
Dr-Venom29
End-to-end analytical pipeline for unlocking societal trends in UIDAI datasets. Featuring a modular Python architecture, lifecycle maturity modeling, and predictive system velocity forecasting for infrastructure planning.
The-Clever-World
Our submission for UIDAI Hackathon 2021 where we have tried to achieve 100% authentication for rural India.
priyanks25coder
UIDAI Hackathon Project
vikas7516
Predictive Analytics Engine for Aadhaar Lifecycle Management. Tracks 19,000+ pincodes to prevent citizen exclusion. Built for UIDAI Hackathon 2026.
arnav-kr
Analysis of Aadhaar Enrolment, Demographic and Biometric Data
abhyamgupta123
This repo contains the app files for project make for hackathon related to UIDAI for authentication reimagine problem statement. This app enables the residents to verify themself using this app and out application solution to verify themself without using any other digital or physical copy of aadhar or any online method.
Akshay-gurav-31
No description available
ishantd
uidai-hackathon
No description available
shanmathi007
<!DOCTYPE html> <html> <head> <!-- If you are serving your web app in a path other than the root, change the href value below to reflect the base path you are serving from. The path provided below has to start and end with a slash "/" in order for it to work correctly. For more details: * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base This is a placeholder for base href that will be replaced by the value of the `--base-href` argument provided to `flutter build`. --> <base href="$FLUTTER_BASE_HREF"> <meta charset="UTF-8"> <meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta name="description" content="Aadhar Address Update Application"> <!-- iOS meta tags & icons --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="address"> <link rel="apple-touch-icon" href="icons/Icon-192.png"> <title>address</title> <link rel="manifest" href="manifest.json"> </head> <body> <!-- This script installs service_worker.js to provide PWA functionality to application. For more information, see: https://developers.google.com/web/fundamentals/primers/service-workers --> <script> var serviceWorkerVersion = null; var scriptLoaded = false; function loadMainDartJs() { if (scriptLoaded) { return; } scriptLoaded = true; var scriptTag = document.createElement('script'); scriptTag.src = 'main.dart.js'; scriptTag.type = 'application/javascript'; document.body.append(scriptTag); } if ('serviceWorker' in navigator) { // Service workers are supported. Use them. window.addEventListener('load', function () { // Wait for registration to finish before dropping the <script> tag. // Otherwise, the browser will load the script multiple times, // potentially different versions. var serviceWorkerUrl = 'flutter_service_worker.js?v=' + serviceWorkerVersion; navigator.serviceWorker.register(serviceWorkerUrl) .then((reg) => { function waitForActivation(serviceWorker) { serviceWorker.addEventListener('statechange', () => { if (serviceWorker.state == 'activated') { console.log('Installed new service worker.'); loadMainDartJs(); } }); } if (!reg.active && (reg.installing || reg.waiting)) { // No active web worker and we have installed or are installing // one for the first time. Simply wait for it to activate. waitForActivation(reg.installing || reg.waiting); } else if (!reg.active.scriptURL.endsWith(serviceWorkerVersion)) { // When the app updates the serviceWorkerVersion changes, so we // need to ask the service worker to update. console.log('New service worker available.'); reg.update(); waitForActivation(reg.installing); } else { // Existing service worker is still good. console.log('Loading app from service worker.'); loadMainDartJs(); } }); // If service worker doesn't succeed in a reasonable amount of time, // fallback to plaint <script> tag. setTimeout(() => { if (!scriptLoaded) { console.warn( 'Failed to load app from service worker. Falling back to plain <script> tag.', );print("welcome to aadhar update center") print("1.verify the captcha") import requests from requests.auth import HTTPBasicAuth #headers = {'content-type':'application/python'} #headers={'content-type':'application/json', 'Accept':'application/json'} url = 'https://stage1.uidai.gov.in/unifiedAppAuthService/api/v2/get/captcha' data={ "langCode": "en", "captchaLength": "3", "captchaType": "2" } response = requests.post(url, auth=HTTPBasicAuth('colossal titans', '999933587512'),json=data) print(response.status_code) print(response.text) from captcha.image import ImageCaptcha image=ImageCaptcha() data=image.generate('13B') image.write('1a3B','capt.png') print("2. otp generation") import requests from requests.auth import HTTPBasicAuth response.headers headers= {'x-request-id':'This value should be generated using UUIDv4 standard'} headers= {'appid':'MYAADHAAR'} headers= {'Accept-Language':'en_in'} headers= {'Content-Type':'application/json'} url="https://stage1.uidai.gov.in/unifiedAppAuthService/api/v2/generate/aadhaar/otp" data={ "uidNumber": "999933587512", "captchaTxnId": "h4YW9RdkR0JE", "captchaValue": "dvw2kz", "transactionId": "MYAADHAAR:59142477-3f57-465d-8b9a-75b28fe48725" } response=requests.post(url,auth=HTTPBasicAuth('uidNumber','999933587512'),json=data) response=requests.post(url,auth=HTTPBasicAuth('captchaTxnId','h4YW9RdkR0JE'),json=data) response=requests.post(url,auth=HTTPBasicAuth('captchaValue','dvw2kz'),json=data) response=requests.post(url,auth=HTTPBasicAuth('transactionId','MYAADHAAR:59142477-3f57-465d-8b9a-75b28fe48725'),json=data) print(response.status_code) print(response.text) loadMainDartJs(); } }, 4000); }); } else { // Service workers not supported. Just drop the <script> tag. loadMainDartJs(); } </script> </body> </html>
Omshri47
No description available
GHPRNV
No description available
Manmadha-007
Analysis of Aadhaar enrollment, demographic updates, and biometric updates for UIDAI Data Hackathon
AGAMDAYAL2424
No description available
Matplot project with Aadhar Datasets
prasidhinandwani
No description available
Rahul-Ranjan-Singh
A Application for Address Update Theme UIDAI Hackathon 2021
TyphoonCoder2007
🏆 UIDAI Data Hackathon 2026 | Advanced Analytics Pipeline for Aadhaar Enrollment & Update Data | 5M+ Records | ML-Powered Forecasting | 11 Visualizations
Yogiii13
Aadhaar Friction Index (AFI) is a UIDAI hackathon project that quantifies authentication barriers using a "friction score" to identify system inefficiencies and exclusion risks.
Application uses Flutter, connects to APIs via Python, backend on Deta. Users enter Aadhaar for OTP validation, enter address details & scan official doc with OCR. Python verifies details, constructs new address if matches Aadhaar. Firebase used for backend, audit logs in Firestore & doc storage.
aaneesa
No description available
apooorv19
Official repository for Team UIDAI 4732. A comprehensive data analysis solution for the UIDAI Data Hackathon 2026.
messeniorcollege-team2
Theme 1: Address Update , We students of MES Senior (IMCC) college contributed in this UIDAI Aadhar competition - Hackathon 2021.
ytsubhadip
UIDAI Hackathon
ashutoshjoshi23
UIDAI Hackathon 2026
yashbhatt4133
UIDAI HACKATHON WORK