An AI-powered tool that helps job seekers optimize their resumes for better ATS compatibility and job matching.
- 📄 Resume Analysis & ATS Scoring
- 🎯 Job Description Matching
- 🤖 AI-Powered Improvement Suggestions
- 📊 Skill Gap Analysis
- Python 3.10+ | Flask | scikit-learn | sentence-transformers
- React | Vite | Tailwind CSS | Axios
- Clone & Setup:
git clone https://github.com/yourusername/Resume-Refiner-AI.git
cd Resume-Refiner-AI- Backend Setup:
cd backend
pip install -r requirements.txt- Frontend Setup:
cd frontend
npm install- Configure:
Create
.envin backend:
GROQ_API_KEY=your_api_key_here
- Run:
# Terminal 1
cd backend
python app.py
# Terminal 2
cd frontend
npm run devVisit http://localhost:5173 🎉
Resume-Refiner-AI/
├── backend/ # Flask API & ML Models
├── frontend/ # React Frontend
- Fork it
- Create feature branch
- Commit changes
- Push & PR
MIT License
- Sentence Transformers
- scikit-learn
- React & Vite
- Tailwind CSS