The Resume Screening web application is a Flask-based application that predicts the category of a given resume file. It supports PDF, DOCX, and TXT formats for resume files. The application uses ...
Description: This python project uses Flask framework to host an API that analyzes a resume based on text and outputs a summary of the resume. Workflow: --> Takes a text file (.txt) as input. --> Runs ...