Spaces:
Running
Running
Commit
·
eda6117
1
Parent(s):
851795f
Saving local changes before rebase
Browse files
readme.md
CHANGED
@@ -1,64 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
- **Taiwanese Stock Categories**: Extract and analyze Taiwanese stock categories to help users gain insights.
|
11 |
-
|
12 |
-
### Installation
|
13 |
-
To run this project locally, you need to have Python installed and the required dependencies. You can install the dependencies using the following command:
|
14 |
-
|
15 |
-
```sh
|
16 |
-
pip install -r requirements.txt
|
17 |
-
```
|
18 |
-
|
19 |
-
### Run the Application
|
20 |
-
To launch the application, run the following command:
|
21 |
-
|
22 |
-
```sh
|
23 |
-
python app.py
|
24 |
-
```
|
25 |
-
|
26 |
-
### Deploy to Hugging Face Spaces
|
27 |
-
This application can be deployed to Hugging Face Spaces by pushing the project files to your Hugging Face repository.
|
28 |
-
|
29 |
-
### License
|
30 |
-
This project is open-sourced under the MIT license.
|
31 |
-
|
32 |
-
---
|
33 |
-
|
34 |
-
# 股票預測應用程序
|
35 |
-
|
36 |
-
這個項目是一個使用 Gradio、TensorFlow 和 Plotly 開發的股票預測應用程序,集成了 Yahoo Finance 以抓取股票數據。它允許用戶通過選擇各種股票特徵、時間範圍和台股類別來預測未來的股票價格。該應用旨在部署到 Hugging Face Spaces,為非技術用戶提供友好的界面。
|
37 |
-
|
38 |
-
### 功能特點
|
39 |
-
- **即時股票數據**:直接從 Yahoo Finance 獲取股票數據。
|
40 |
-
- **可自定義預測特徵**:用戶可以選擇不同的特徵(如 開盤價、最高價、最低價、收盤價、成交量)進行預測。
|
41 |
-
- **動態圖表顯示**:使用 Plotly 提供互動式的股價圖表顯示。
|
42 |
-
- **靈活的數據範圍選擇**:用戶可以選擇不同的數據範圍(如 1年、半年、3個月、1個月)。
|
43 |
-
- **台股類別分析**:提取並分析台灣股票類別,幫助用戶獲得更多見解。
|
44 |
-
|
45 |
-
### 安裝
|
46 |
-
要在本地運行此項目,您需要安裝 Python 和必要的依賴項。您可以使用以下命令安裝依賴項:
|
47 |
-
|
48 |
-
```sh
|
49 |
-
pip install -r requirements.txt
|
50 |
-
```
|
51 |
-
|
52 |
-
### 運行應用程序
|
53 |
-
運行以下命令以啟動應用程序:
|
54 |
-
|
55 |
-
```sh
|
56 |
-
python app.py
|
57 |
-
```
|
58 |
-
|
59 |
-
### 部署到 Hugging Face Spaces
|
60 |
-
您可以將這個應用程序部署到 Hugging Face Spaces,只需將項目文件推送到您的 Hugging Face 倉庫即可。
|
61 |
-
|
62 |
-
### 授權協議
|
63 |
-
此項目以 MIT 許可證開源。
|
64 |
-
|
|
|
1 |
+
title: TwStock Predict
|
2 |
+
emoji: 🏃
|
3 |
+
colorFrom: pink
|
4 |
+
colorTo: blue
|
5 |
+
sdk: gradio
|
6 |
+
sdk_version: 5.7.1
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
short_description: 台灣股價預設
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|