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.7k stars 1.85k forks source link

Ability to upload resume and job description at runtime #78

Open raditya3 opened 11 months ago

raditya3 commented 11 months ago

Issue Title

Ability to upload resume and job description at runtime

Type

Description

Right now, we have to copy resume and JD to data directory before starting the app. Ability to upload JD and resume via dashboard will significantly improve UX

srbhr commented 11 months ago

Hi @raditya3 yes, we're planning a proper dashboard for it. That will allow us to upload resumes.

samascience commented 9 months ago

may be we can integrate https://filebrowser.org/

Devasy23 commented 9 months ago

Hey there,

I've got a quick suggestion to make our Streamlit app even better! 🚀

Wouldn't it be awesome if we could upload our resume and job description right from the dashboard instead of manually copying them to the data directory before starting the app? It would save us time and make the user experience super smooth.

I am proposing to add this directly to the streamlit app, via file upload. @srbhr

Cheers! 🌟

rapiddeveloper22 commented 4 months ago

Hey @srbhr

Can I implement this feature using https://filebrowser.org/ ?

srbhr commented 4 months ago

Sure

Devasy23 commented 4 months ago

Hey @srbhr

Can I implement this feature using https://filebrowser.org/ ?

I think it's already done by @imhalcyon in his interactive_ui PR : https://github.com/srbhr/Resume-Matcher/pull/184

srbhr commented 4 months ago

Yes, Streamlit interactive already has this feature. But I'm more interested in the file browser implementation. If that can can be done, I'll merge that into a separate branch @Devasy23 Which can be used in the web app going forward.

imhalcyon commented 4 months ago

Is file browser needed? It honestly seems to be an overkill for this use case.

srbhr commented 4 months ago

@imhalcyon and @Devasy23 Sonar reported a vulnerability in the web-app. And I'm looking into alternatives. We discussed it in the last catch-up. In February. We can discuss this feature in detail on Discord this weekend.