Spaces:
Sleeping
Sleeping
File size: 836 Bytes
1860b9c 6e7f3d5 1860b9c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
title: Predict Stock
emoji: π
colorFrom: pink
colorTo: yellow
sdk: gradio
sdk_version: 5.38.0
app_file: app.py
pinned: false
license: mit
short_description: predict stock price by continous five data
---
# π Stock Price Prediction using RNN (Dummy Data)
This project predicts the next stock price using an RNN (Recurrent Neural Network). It uses dummy stock data generated with random noise for training.
---
## π» What It Does
- Takes the last **5 stock prices** as input
- Predicts the **next stock price**
- Built using **TensorFlow, Keras, and Gradio**
---
## βοΈ How to Run
### β
Run Online (on Hugging Face)
- Open the app in Hugging Face Spaces
- Enter 5 prices like this:
51.2, 52.1, 50.9, 53.3, 51.7
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|