Spaces:
Sleeping
Sleeping
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 | |