srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.76k stars 1.93k forks source link

Deleting processed files before running run_first.py #74

Closed yelwinsoe closed 10 months ago

yelwinsoe commented 1 year ago

Issue Title

Make adding new resumes and job descriptions easier

Type

Description

Adding new resume or job description is troublesome cos i need to manually delete the existing processed files

Expected Behavior

Auto delete all files under processed folder before generating new json files

Current Behavior

Duplicate files will be generated upon adding new resume and job description

srbhr commented 1 year ago

@yelwinsoe For this feature, we need to shift away from streamlit dashboard and create a web based UI for the project. So that we can have a proper upload and delete button. Thanks for adding this issue!