Antonio0616 commited on
Commit
3ebc21b
ยท
verified ยท
1 Parent(s): 5d1cd0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -1,4 +1,4 @@
1
- ------
2
  title: FoemingStar
3
  emoji: ๐Ÿš€
4
  colorFrom: red
@@ -19,27 +19,10 @@ short_description: ๋ฐ•ํŒ ์„ฑํ˜• ํ•ด์„ ์‹œ๋ฎฌ๋ ˆ์ด์…˜
19
  - ๋ชจ๋ธ ๊ธฐ๋ฐ˜ ์˜ˆ์ธก ๊ฒฐ๊ณผ ์ถœ๋ ฅ (LGBM ์•™์ƒ๋ธ”)
20
  - Hugging Face Datasets์— ์—…๋กœ๋“œ๋œ ๋ชจ๋ธ ํŒŒ์ผ ์ž๋™ ๋กœ๋“œ
21
 
22
- ## ๐Ÿ“ฆ ์„ค์น˜ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ
23
- `requirements.txt`์— ํ•„์š”ํ•œ ๋ชจ๋“  ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.
24
- ์ฃผ์š” ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ:
25
- - `streamlit`
26
- - `pandas`
27
- - `scikit-learn`
28
- - `lightgbm`
29
- - `huggingface_hub`
30
-
31
  ## โ–ถ๏ธ ์‹คํ–‰ ๋ฐฉ๋ฒ•
32
- ์ด Space๋Š” Hugging Face์—์„œ ์ž๋™์œผ๋กœ ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค.
33
  ์ˆ˜๋™ ์‹คํ–‰ ์‹œ์—๋Š” ์•„๋ž˜ ๋ช…๋ น์–ด๋ฅผ ์‚ฌ์šฉํ•˜์„ธ์š”:
34
 
35
  ```bash
36
  pip install -r requirements.txt
37
  streamlit run app.py
38
-
39
-
40
- # Welcome to Streamlit!
41
-
42
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
43
-
44
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
45
- forums](https://discuss.streamlit.io).
 
1
+ ---
2
  title: FoemingStar
3
  emoji: ๐Ÿš€
4
  colorFrom: red
 
19
  - ๋ชจ๋ธ ๊ธฐ๋ฐ˜ ์˜ˆ์ธก ๊ฒฐ๊ณผ ์ถœ๋ ฅ (LGBM ์•™์ƒ๋ธ”)
20
  - Hugging Face Datasets์— ์—…๋กœ๋“œ๋œ ๋ชจ๋ธ ํŒŒ์ผ ์ž๋™ ๋กœ๋“œ
21
 
 
 
 
 
 
 
 
 
 
22
  ## โ–ถ๏ธ ์‹คํ–‰ ๋ฐฉ๋ฒ•
23
+ Hugging Face์—์„œ ์ž๋™ ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค.
24
  ์ˆ˜๋™ ์‹คํ–‰ ์‹œ์—๋Š” ์•„๋ž˜ ๋ช…๋ น์–ด๋ฅผ ์‚ฌ์šฉํ•˜์„ธ์š”:
25
 
26
  ```bash
27
  pip install -r requirements.txt
28
  streamlit run app.py