The Resume Analyzer is a machine learning project designed to evaluate resumes and provide insights such as skill matching, role fit, and automated feedback based on job descriptions. This tool helps recruiters and applicants streamline the hiring process.
Features of the project: - Extracting information from resumes (e.g., skills, education, experience). - Matching resumes with job descriptions. - Scoring resumes based on predefined criteria. - Suggesting improvements for better alignment with job roles.
-
Install Poetry if not already installed:
pip install poetry
-
Install project dependencies:
poetry install
-
Run the Flask application:
poetry run python app.py
Once the app is running, open the provided HTTP link in your browser to access the Resume Analyzer: http://127.0.0.1:5000/