AI Resume Analyzer
A web application that analyzes resumes and provides actionable feedback to help job seekers improve their applications.
Live Demo
Coming soon! (Will be deployed on Render)
Or run locally following the installation steps below.
Features
- Upload resume text for instant analysis
- Get scored feedback (0-10 scale)
- Receive specific strengths, weaknesses, and improvement suggestions
- Clean, modern UI with responsive design
- Built for easy integration with AI APIs (OpenAI, Anthropic)
Technologies Used
- Backend: Python, Flask
- Frontend: HTML5, CSS3, JavaScript
- Analysis: Rule-based text processing (AI-ready architecture)
- Deployment: Ready for Render/Railway
Getting Started
Prerequisites
- Python 3.10+
- pip
Installation
- Clone the repository
git clone https://github.com/adiiirajjj/ai-resume-analyzer.git
cd ai-resume-analyzer- Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies
pip install -r requirements.txt- Run the application
python app.py- Open browser and go to
http://127.0.0.1:5000
Future Enhancements
- Integration with OpenAI/Anthropic APIs
- PDF file upload support
- ATS keyword optimization
- Multiple resume format exports
- User authentication and history
Author
Aditya Raj
- GitHub: adiiirajjj
- LinkedIn: Aditya Raj
License
This project is open source and available under the MIT License.