Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -116,35 +116,6 @@ AI/ML:
|
|
| 116 |
- Pandas DataFrame
|
| 117 |
- Auto-versioning
|
| 118 |
|
| 119 |
-
๐ฆ ์ค์น ๋ฐ ์คํํ์ ์๊ตฌ์ฌํญ
|
| 120 |
-
bashPython 3.8+
|
| 121 |
-
Gradio 4.0+
|
| 122 |
-
Pandas
|
| 123 |
-
APScheduler
|
| 124 |
-
Hugging Face Hubํ๊ฒฝ ๋ณ์ ์ค์
|
| 125 |
-
bashexport HF_TOKEN="your_hugging_face_token" # ํ์
|
| 126 |
-
export BRAVE_API_KEY="your_brave_api_key" # ํ์
|
| 127 |
-
export FIREWORKS_API_KEY="your_fireworks_key" # ์ ํ (LLM ์์ฑ)
|
| 128 |
-
export REPLICATE_API_TOKEN="your_replicate_token" # ์ ํ (์ด๋ฏธ์ง ์์ฑ)
|
| 129 |
-
export NEWS_BATCH_SIZE="8" # ๋ฐฐ์น ํฌ๊ธฐ
|
| 130 |
-
export NEWS_CRON_HOURS="3" # ์
๋ฐ์ดํธ ์ฃผ๊ธฐ๋น ๋ฅธ ์์ (5๋ถ ์๋ฃ)
|
| 131 |
-
bash#
|
| 132 |
-
|
| 133 |
-
# 1. ์ ์ฅ์ ํด๋ก
|
| 134 |
-
git clone https://github.com/yourusername/global-ai-news-stream.git
|
| 135 |
-
cd global-ai-news-stream
|
| 136 |
-
|
| 137 |
-
# 2. ํจํค์ง ์ค์น
|
| 138 |
-
pip install -r requirements.txt
|
| 139 |
-
|
| 140 |
-
# 3. ํ๊ฒฝ ๋ณ์ ์ค์
|
| 141 |
-
cp .env.example .env
|
| 142 |
-
# .env ํ์ผ ํธ์งํ์ฌ API ํค ์
๋ ฅ
|
| 143 |
-
|
| 144 |
-
# 4. ์คํ
|
| 145 |
-
python main.py
|
| 146 |
-
|
| 147 |
-
# 5. ์๋ฃ! ์ด์ ์๋์ผ๋ก ์๋ํฉ๋๋ค
|
| 148 |
|
| 149 |
# ์๋น์ค ๋งํฌ: https://huggingface.co/spaces/openfree/News-Stream
|
| 150 |
|
|
|
|
| 116 |
- Pandas DataFrame
|
| 117 |
- Auto-versioning
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
|
| 120 |
# ์๋น์ค ๋งํฌ: https://huggingface.co/spaces/openfree/News-Stream
|
| 121 |
|