nehulagrawal
commited on
Commit
•
193e4e0
1
Parent(s):
c3037a2
Update README.md
Browse files
README.md
CHANGED
@@ -75,15 +75,18 @@ To begin using the Resume Information Extractor, follow these steps:
|
|
75 |
|
76 |
```bash
|
77 |
git clone https://huggingface.co/nehulagrawal/resume-extractor
|
|
|
78 |
|
79 |
2. Install the required packages:
|
80 |
```bash
|
81 |
pip install langchain_community pdfminer.six ollama
|
|
|
82 |
|
83 |
or
|
84 |
|
85 |
```bash
|
86 |
pip install -r requirements.txt
|
|
|
87 |
|
88 |
|
89 |
3. Ensure you have Ollama set up and running with the "llama3" model.
|
|
|
75 |
|
76 |
```bash
|
77 |
git clone https://huggingface.co/nehulagrawal/resume-extractor
|
78 |
+
```
|
79 |
|
80 |
2. Install the required packages:
|
81 |
```bash
|
82 |
pip install langchain_community pdfminer.six ollama
|
83 |
+
```
|
84 |
|
85 |
or
|
86 |
|
87 |
```bash
|
88 |
pip install -r requirements.txt
|
89 |
+
```
|
90 |
|
91 |
|
92 |
3. Ensure you have Ollama set up and running with the "llama3" model.
|