A modern ATS (Applicant Tracking System) resume scanner built with Next.js and Tailwind CSS. Upload a PDF resume, specify a job role and level, and get an ATS score with keyword suggestions.
- Upload PDF resumes for keyword analysis.
- Input job role and level (Internship/Entry Level) to generate relevant keywords.
- Displays ATS score (out of 100) and missing keyword suggestions.
- Cosmic design with starry background, floating animations, and a grid overlay.
- Mobile-responsive and powered by Google Generative AI (Gemini-Pro).
https://resuscanner.netlify.app/
git clone https://github.com/arjun-xd8/resume-scanner.git
cd resuscanner.ai
npm install
Add your Google API key to .env.local
:
GOOGLE_API_KEY="your-google-api-key"
npm run dev
Visit http://localhost:3000.
- Upload a PDF resume.
- Enter a job role (e.g., "Software Engineer") and select a level.
- Click "Submit" to see your ATS score and keyword suggestions.