A modern web application built with React, Tailwind CSS, and Google Gemini AI that allows users to upload a driver's license image and automatically extract key information using OCR and AI.
- Upload driver's license image
- Extract raw text via OCR (Optical Character Recognition)
- Parse structured data using Gemini AI (text-only model)
- Display extracted info like:
- Full Name
- Date of Birth
- License Number
- Expiry Date
- Address
- Issuing Authority
- Elegant and responsive UI with Tailwind CSS
- Lightning-fast dev environment using Vite
git clone https://github.com/tanujgupta18/Driving-License-Verification.git
cd Driving-License-Verificationnpm installVITE_GEMINI_API_KEY=your_gemini_api_key_here
⚠️ Keep this file private and don’t commit it.
npm run dev| Upload License | Extracted Info |
|---|---|
![]() |
