Spaces:
Sleeping
Sleeping
Update README2.md
Browse files- README2.md +1 -5
README2.md
CHANGED
|
@@ -17,10 +17,6 @@
|
|
| 17 |
# Overview:
|
| 18 |
This project is a comprehensive Resume Parsing tool built using Python,
|
| 19 |
integrating the Mistral-Nemo-Instruct-2407 model for primary parsing.
|
| 20 |
-
If Mistral fails or encounters issues,
|
| 21 |
-
the system falls back to a custom-trained spaCy model to ensure continued functionality.
|
| 22 |
-
The tool is wrapped with a Flask API and has a user interface built using HTML and CSS.
|
| 23 |
-
|
| 24 |
|
| 25 |
# Installation Guide:
|
| 26 |
|
|
@@ -57,7 +53,7 @@ The tool is wrapped with a Flask API and has a user interface built using HTML a
|
|
| 57 |
|
| 58 |
|
| 59 |
# File Structure Overview:
|
| 60 |
-
|
| 61 |
β
|
| 62 |
βββ Spacy_Models/
|
| 63 |
β βββ ner_model_05_3 # Pretrained spaCy model directory for resume parsing
|
|
|
|
| 17 |
# Overview:
|
| 18 |
This project is a comprehensive Resume Parsing tool built using Python,
|
| 19 |
integrating the Mistral-Nemo-Instruct-2407 model for primary parsing.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# Installation Guide:
|
| 22 |
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
# File Structure Overview:
|
| 56 |
+
Spacy_Model_creator/
|
| 57 |
β
|
| 58 |
βββ Spacy_Models/
|
| 59 |
β βββ ner_model_05_3 # Pretrained spaCy model directory for resume parsing
|