Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,27 @@ license: mit
|
|
11 |
short_description: predict stock price by continous five data
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
short_description: predict stock price by continous five data
|
12 |
---
|
13 |
|
14 |
+
# π Stock Price Prediction using RNN (Dummy Data)
|
15 |
+
|
16 |
+
This project predicts the next stock price using an RNN (Recurrent Neural Network). It uses dummy stock data generated with random noise for training.
|
17 |
+
|
18 |
+
---
|
19 |
+
|
20 |
+
## π» What It Does
|
21 |
+
|
22 |
+
- Takes the last **5 stock prices** as input
|
23 |
+
- Predicts the **next stock price**
|
24 |
+
- Built using **TensorFlow, Keras, and Gradio**
|
25 |
+
|
26 |
+
---
|
27 |
+
|
28 |
+
## βοΈ How to Run
|
29 |
+
|
30 |
+
### β
Run Online (on Hugging Face)
|
31 |
+
|
32 |
+
- Open the app in Hugging Face Spaces
|
33 |
+
- Enter 5 prices like this:
|
34 |
+
51.2, 52.1, 50.9, 53.3, 51.7
|
35 |
+
|
36 |
+
|
37 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|