Developed an AI-powered Resume Analyzer using Python and Flask that evaluates a candidate’s resume against a job description by extracting text from PDF resumes and performing intelligent analysis using the Google Gemini (gemini-2.5-flash) API; the system applies prompt engineering to generate a structured output including a match score out of 100, identification of missing skills, actionable improvement suggestions, and an overall suitability summary, demonstrating practical implementation of large language models, document processing, and backend AI integration for recruitment and HR automation use cases.