--- 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 `/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