An intelligent Resume Analyzer built with Django, React/React Native, and LLM Models to analyze resumes, generate insights, rate skills, and improve professional documents using AI.
- Extract education, experience, skills from PDF/DOCX
- Identify weaknesses in resume
- Provide rating & keywords for ATS
- Highlight missing skills for job roles
- Manage resumes
- See history of analyzed CVs
- Detailed scoring and suggestions
- Save name, image & personal data
- Track all resume uploads
- Secure login with JWT/DRF authentication
- Home → Upload Resume → Result → Profile
- Responsive & smooth animations
- Mobile app also included (React Native / Expo)
- Django
- Django REST Framework
- React
- React Native & Expo
- Tailwind / Bootstrap
- Axios for API calls
git clone https://github.com/CODE-WITH-AMUL/resume_analyzer.git
cd resume_analyzer
pip install -r requirements.txt
npm ipython manage.py runserver
npm start