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 ...
resume_parser/ ├── models.py # Data Model (ResumeData) ├── resume_parser/ │ ├── interfaces.py # Abstract Base Classes │ ├── pdf_parser.py # PDF Parser │ ├── word_parser.py # Word Parser │ ├── ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results