nehulagrawal
commited on
Commit
•
a54ebe2
1
Parent(s):
193e4e0
Update README.md
Browse files
README.md
CHANGED
@@ -24,11 +24,9 @@ tags:
|
|
24 |
|
25 |
This Python script extracts information from PDF resumes and converts it into a structured JSON format using the Ollama language model. It's designed to automate the process of parsing resumes and extracting key details, making it easier for HR departments, recruiters, and organizations to process large volumes of applications efficiently.
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
We invite you to explore the potential of this tool and its data extraction capabilities. For those interested in harnessing its power or seeking further collaboration, we encourage you to reach out to us or contribute to the project on GitHub. Your input drives our continuous improvement, as we collectively pave the way towards enhanced data extraction and document analysis.
|
32 |
|
33 |
- **Developed by:** FODUU AI
|
34 |
- **Model type:** Extraction
|
@@ -61,11 +59,11 @@ The Resume Information Extractor may have some limitations and risks, including:
|
|
61 |
- Performance may vary based on the format and structure of the input resume.
|
62 |
- The quality of extraction depends on the capabilities of the underlying Ollama model.
|
63 |
- It may struggle with highly unconventional resume formats or non-English resumes.
|
64 |
-
- The
|
65 |
|
66 |
### Recommendations
|
67 |
|
68 |
-
Users should be aware of the
|
69 |
|
70 |
## How to Get Started with the Model
|
71 |
|
@@ -91,7 +89,7 @@ To begin using the Resume Information Extractor, follow these steps:
|
|
91 |
|
92 |
3. Ensure you have Ollama set up and running with the "llama3" model.
|
93 |
|
94 |
-
4. Use
|
95 |
|
96 |
```python
|
97 |
from pdfminer.high_level import extract_text
|
@@ -110,7 +108,7 @@ print(data)
|
|
110 |
|
111 |
## Objective
|
112 |
|
113 |
-
|
114 |
|
115 |
|
116 |
## Contact
|
|
|
24 |
|
25 |
This Python script extracts information from PDF resumes and converts it into a structured JSON format using the Ollama language model. It's designed to automate the process of parsing resumes and extracting key details, making it easier for HR departments, recruiters, and organizations to process large volumes of applications efficiently.
|
26 |
|
27 |
+
What sets this script apart is its ability to handle various resume formats and styles. It uses a predefined JSON template to ensure consistent output structure, making it easier to integrate with other systems or databases. The script is designed to be flexible, allowing for customization of the output format and the underlying language model.
|
28 |
|
29 |
+
We invite you to explore the potential of this script and its data extraction capabilities. For those interested in harnessing its power or seeking further collaboration, we encourage you to reach out to us or contribute to the project on GitHub. Your input drives our continuous improvement, as we collectively pave the way towards enhanced data extraction and document analysis.
|
|
|
|
|
30 |
|
31 |
- **Developed by:** FODUU AI
|
32 |
- **Model type:** Extraction
|
|
|
59 |
- Performance may vary based on the format and structure of the input resume.
|
60 |
- The quality of extraction depends on the capabilities of the underlying Ollama model.
|
61 |
- It may struggle with highly unconventional resume formats or non-English resumes.
|
62 |
+
- The script does not verify the accuracy of the information in the resume.
|
63 |
|
64 |
### Recommendations
|
65 |
|
66 |
+
Users should be aware of the script's limitations and potential risks. It's recommended to manually verify the extracted information for critical applications. Further testing and validation are advised for specific use cases to evaluate its performance accurately.
|
67 |
|
68 |
## How to Get Started with the Model
|
69 |
|
|
|
89 |
|
90 |
3. Ensure you have Ollama set up and running with the "llama3" model.
|
91 |
|
92 |
+
4. Use this Python script:
|
93 |
|
94 |
```python
|
95 |
from pdfminer.high_level import extract_text
|
|
|
108 |
|
109 |
## Objective
|
110 |
|
111 |
+
This script uses the Ollama language model to understand and extract information from resume text. The specific architecture depends on the Ollama model being used.
|
112 |
|
113 |
|
114 |
## Contact
|