Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|