19arjun89 commited on
Commit
b1ea62c
·
verified ·
1 Parent(s): 307bab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -4
README.md CHANGED
@@ -1,12 +1,40 @@
1
  ---
2
  title: AI Recruiting Agent
3
- emoji: 🐨
4
- colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.17.1
 
8
  app_file: app.py
9
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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