Skip to content

AI-powered resume analyzer built with Flask & Python - Provides instant feedback and improvement suggestions

Notifications You must be signed in to change notification settings

adiiirajjj/ai-resume-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Resume Analyzer

A web application that analyzes resumes and provides actionable feedback to help job seekers improve their applications.

Image

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

  1. Clone the repository
git clone https://github.com/adiiirajjj/ai-resume-analyzer.git
cd ai-resume-analyzer
  1. Create virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the application
python app.py
  1. 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

License

This project is open source and available under the MIT License.

About

AI-powered resume analyzer built with Flask & Python - Provides instant feedback and improvement suggestions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published