File size: 589 Bytes
b83c559
 
 
 
 
 
 
 
 
d470e83
 
 
 
 
 
 
 
 
 
 
b83c559
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: HFResumeIntakeSystem DC
emoji: 🌍
colorFrom: pink
colorTo: blue
sdk: docker
pinned: false
---

# HF Resume Intake System (OpenAI版) - Docker

## 必須の環境変数
- `OPENAI_API_KEY` : OpenAI API Key
- `HF_TOKEN` : (任意) Hugging Face 書き込みトークン
- `DATASET_REPO` : (任意) 保存先 Dataset `<org-or-user>/candidates`

## ローカル起動
```bash
docker compose build
OPENAI_API_KEY=sk-xxx HF_TOKEN=hf_xxx DATASET_REPO=your-id/candidates docker compose up
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference