├── Code ├── Complete_Code.py ├── Dictionary_Setup.py ├── Pie_Chart.py ├── Scores_Calculation.py ├── Scores_Data_Frame.py ├── Text_Cleaning.py └── Text_Extraction.py ├── Cover_Letter.pdf ├── Files └── Roberto Salazar - Resume.pdf ├── Images └── resume_screening_results.png └── README.md /Code/Complete_Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Code/Complete_Code.py -------------------------------------------------------------------------------- /Code/Dictionary_Setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Code/Dictionary_Setup.py -------------------------------------------------------------------------------- /Code/Pie_Chart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Code/Pie_Chart.py -------------------------------------------------------------------------------- /Code/Scores_Calculation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Code/Scores_Calculation.py -------------------------------------------------------------------------------- /Code/Scores_Data_Frame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Code/Scores_Data_Frame.py -------------------------------------------------------------------------------- /Code/Text_Cleaning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Code/Text_Cleaning.py -------------------------------------------------------------------------------- /Code/Text_Extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Code/Text_Extraction.py -------------------------------------------------------------------------------- /Cover_Letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Cover_Letter.pdf -------------------------------------------------------------------------------- /Files/Roberto Salazar - Resume.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Files/Roberto Salazar - Resume.pdf -------------------------------------------------------------------------------- /Images/resume_screening_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/Images/resume_screening_results.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsalaza4/Resume-Screening/HEAD/README.md --------------------------------------------------------------------------------