diff --git a/screenshots/home.png b/screenshots/home.png new file mode 100644 index 00000000..4f1a344a Binary files /dev/null and b/screenshots/home.png differ diff --git a/screenshots/result.png b/screenshots/result.png new file mode 100644 index 00000000..f52f56d0 Binary files /dev/null and b/screenshots/result.png differ diff --git a/screenshots/skill_gap.png b/screenshots/skill_gap.png new file mode 100644 index 00000000..ed639215 Binary files /dev/null and b/screenshots/skill_gap.png differ diff --git a/submissions/harshul-dashora/README.md b/submissions/harshul-dashora/README.md new file mode 100644 index 00000000..ab11a00f --- /dev/null +++ b/submissions/harshul-dashora/README.md @@ -0,0 +1,57 @@ +# AI Interview Preparation Agent + +## Problem + +Preparing for interviews requires candidates to manually analyze job descriptions, identify skill gaps, prepare interview questions, and create study plans. + +## Solution + +AI Interview Preparation Agent automates interview preparation by analyzing resumes and job descriptions and generating: + +* Job Description Analysis +* Skill Gap Analysis +* Technical Interview Questions +* Behavioral Interview Questions +* Project-Specific Questions +* Personalized Study Plans + +## Links + +### Source Code + +https://github.com/harshuldashora/InterviewPrepAgent + +### Live Demo + +https://interviewprepagent-fzdjebk3zs3erwbfs6kcje.streamlit.app/ + +### Video Walkthrough + +https://drive.google.com/drive/folders/1YLd4u_XkBqnM8fNEL1oRq1vPPDRlCTNg?usp=drive_link + +## Features + +* Resume PDF Parsing +* Job Description Analysis +* Skill Gap Detection +* Interview Question Generation +* Study Plan Generation + +## Tech Stack + +* Python +* Streamlit +* Groq API +* pdfplumber + + +## Screenshots + +### Home Screen +![Home Screen](../../screenshots/home.png) + +### Skill Gap Analysis +![Skill Gap Analysis](../../screenshots/skill_gap.png) + +### Results +![Results](../../screenshots/result.png)