ABSTRACT
🔹 Existing System
1. People make resumes by typing everything manually in Word or Canva.
2. Some websites give ready-made templates, but they are fixed and boring.
3. A few websites use simple AI, but not very smart.
4. Problems:
* Takes a lot of time.
* Looks similar for everyone.
* Hard to make it job-specific.
* May not follow proper format.
🔹 Proposed System
1. User just enters basic info like job title, skills, etc.
2. AI writes the resume content smartly.
3. It creates good summaries, skills, experience sections.
4. You can download as PDF or Word file.
5. It gives suggestions to make the resume better.
6. You can even speak, and AI will understand.
🔹 Statistics
| Fact | Info |
| -------------------------------- | ----------------- |
| Recruiters look at resume for | Only 7 seconds |
| Resumes rejected due to mistakes | 75% |
| People who prefer AI resumes | 65%+ |
| Wrong format causes rejections | 60% |
| Personal resumes get more jobs | 40% better chance |
🔹 Technology Requirements
| Part | Tool |
| ------------------------------ | -------------------- |
| Frontend (what user sees) | React |
| Backend (works behind) | Python or Node.js |
| AI Part | OpenAI GPT (ChatGPT) |
| Storage | MongoDB |
| Login system | Firebase Auth |
| Download system | PDF, Word export |
| Hosting (where to put the app) | Vercel, Heroku |
🔹 Architecture
1. User enters info - on website or talks to AI.
2. AI understands it - and creates resume content.
3. Resume is shown - in different designs.
4. User can download - it as PDF or Word.
5. Data is saved - in database for future use.
6. Login system - keeps user info safe.