Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
| 1 |
---
|
| 2 |
title: AI Recruiting Agent
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: AI Recruiting Agent
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
python_version: "3.10"
|
| 8 |
+
sdk_version: "3.50.2"
|
| 9 |
app_file: app.py
|
| 10 |
+
fullWidth: true
|
| 11 |
+
header: default
|
| 12 |
+
short_description: Bias-aware RAG AI recruiting agent with hallucination checks
|
| 13 |
+
suggested_hardware: cpu-upgrade
|
| 14 |
+
pinned: true
|
| 15 |
+
|
| 16 |
+
tags:
|
| 17 |
+
- gradio
|
| 18 |
+
- langchain
|
| 19 |
+
- chroma
|
| 20 |
+
- rag
|
| 21 |
+
- recruiting
|
| 22 |
+
- hr-tech
|
| 23 |
+
- responsible-ai
|
| 24 |
+
- fairness
|
| 25 |
+
- bias-mitigation
|
| 26 |
+
- llm
|
| 27 |
+
- vector-database
|
| 28 |
+
- ai-agent
|
| 29 |
+
- nlp
|
| 30 |
+
|
| 31 |
+
models:
|
| 32 |
+
- openai/gpt-oss-120b
|
| 33 |
+
|
| 34 |
+
thumbnail: https://huggingface.co/spaces/19arjun89/AI_Recruiting_Agent/raw/main/thumbnail.png
|
| 35 |
+
|
| 36 |
+
disable_embedding: false
|
| 37 |
+
startup_duration_timeout: 45m
|
| 38 |
---
|
| 39 |
|
| 40 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|