Sonia2k5 commited on
Commit
6e7f3d5
Β·
verified Β·
1 Parent(s): 1860b9c

Update README.md

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