Spaces:
Running
Running
README.md, updated
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# Resume Parser
|
3 |
|
4 |
This Streamlit app allows you to compare the capabilities of different language models (LLMs) in parsing resumes into structured Pydantic objects. It provides insights into the accuracy, inference time, and cost of using various LLMs for resume parsing.
|
@@ -62,5 +71,3 @@ The app supports multiple LLMs, which can be configured in the `llm_dict` dictio
|
|
62 |
|
63 |
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
|
64 |
|
65 |
-
---
|
66 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: ResumeParser
|
3 |
+
emoji: 🔥
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.29.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
# Resume Parser
|
12 |
|
13 |
This Streamlit app allows you to compare the capabilities of different language models (LLMs) in parsing resumes into structured Pydantic objects. It provides insights into the accuracy, inference time, and cost of using various LLMs for resume parsing.
|
|
|
71 |
|
72 |
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
|
73 |
|
|
|
|