Resume Matcher

Upload your resume(s) and paste the job description to find the best match!

{% if message %}

{{ message }}

{% endif %} {% if top_resumes %}

Top Match Resumes:

{% endif %} {% if tfidf_matrix %}

TF-IDF Matrix

{% for doc_num in range(tfidf_matrix|length) %} {% endfor %} {% for feature_idx, feature_name in enumerate(feature_names) %} {% for doc_num in range(tfidf_matrix|length) %} {% endfor %} {% endfor %}
FeaturesDoc {{ doc_num }}
{{ feature_name }}{{ tfidf_matrix[doc_num][feature_idx]|round(2) }}
{% endif %}