WebashalarForML commited on
Commit
4956b17
Β·
verified Β·
1 Parent(s): 93daa38

Update README2.md

Browse files
Files changed (1) hide show
  1. 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
- Mistral_With_Spacy/
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