Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,22 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
|
5 |
-
colorTo: yellow
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.21.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
---
|
|
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: >-
|
3 |
+
ResuMate.IO - Transforming the recruitment and staffing experience through
|
4 |
+
Generative AI
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
+
What is ResuMate.IO about?
|
7 |
+
ResuMate.IO uses free and open-source Langchain and LLM technology to assist with recruitment and staffing challenges. It can extract information from a resume, including text extraction from PDF, Word, and PowerPoint files, summarization of the resume, extraction of candidate name(s), extraction of key technical skills, and calculation of similarity between job description and resume. The app also allows users to upload a job description and ask questions about the resume using a question-answering model.
|
8 |
|
9 |
+
What makes ResuMate.IO different from other similar products?
|
10 |
+
This app offers a few unique features:
|
11 |
+
|
12 |
+
Extraction of candidate name(s) from resume text
|
13 |
+
Extraction of key technical skills from resume text
|
14 |
+
Calculation of percentage match between job description and resume
|
15 |
+
The ability to answer user's questions
|
16 |
+
While there are likely other tools and apps that offer some of these features, ResuMate.IO combines them into a single package, which could be helpful for recruiters or hiring managers who want to quickly evaluate resumes. Additionally, the use of advanced natural language processing models like Langchain, BART, BERT, and SentenceTransformer could potentially result in more accurate and insightful analysis than other tools that rely on simpler keyword-based approaches.
|
17 |
+
|
18 |
+
What techstack / algorithms does ResuMate.IO use?
|
19 |
+
The app is built using the Streamlit library for the UI, the PyPDF2 and docx libraries for text extraction from PDF and Word files, the PowerPoint library for text extraction from PowerPoint files, the spaCy library for natural language processing, and the Hugging Face transformers library for the generative AI models.
|
20 |
+
|
21 |
+
How is ResuMate.IO currently deployed?
|
22 |
+
The app is deployed the app on Streamlit Community Cloud (zero-cost). Given it’s a free cloud service, there is limitation on resources – RAM 1 GB (the app may run slowly under heavy load).
|