openfree commited on
Commit
a3abe39
ยท
verified ยท
1 Parent(s): e411e23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -29
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