Smart Resume Parser is a Python-based application that automatically extracts structured information from resumes in PDF or DOCX format.
project_root/ ├── model/ │ ├── inference/ │ ├── preprocess/ │ └── training/ ├── trained_models/ ├── templates ...