Spaces:
No application file
No application file
rohitkumar1.eminence@gmail.com commited on
Commit ·
2f309fc
1
Parent(s): 37b5693
add_readme
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
This model predicts future stock prices based on historical Google stock price data (2020-2025).
|
| 3 |
It uses **XGBoost** as the regression model and supports **real-time stock predictions**.
|
| 4 |
|
|
@@ -35,3 +46,5 @@ sample_input = {
|
|
| 35 |
|
| 36 |
prediction = predict_stock(sample_input)
|
| 37 |
print(prediction)
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Stock Predictor
|
| 3 |
+
emoji: 😻
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.16.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# 📈 Stock Price Predictor (XGBoost)
|
| 13 |
This model predicts future stock prices based on historical Google stock price data (2020-2025).
|
| 14 |
It uses **XGBoost** as the regression model and supports **real-time stock predictions**.
|
| 15 |
|
|
|
|
| 46 |
|
| 47 |
prediction = predict_stock(sample_input)
|
| 48 |
print(prediction)
|
| 49 |
+
|
| 50 |
+
|