predict_stock / README.md
Sonia2k5's picture
Update README.md
6e7f3d5 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
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