https://github.com/rishavnandi/streamlit_stock_prediction
A Streamlit WebApp To Predict Future Prices Of Stocks
https://github.com/rishavnandi/streamlit_stock_prediction
Last synced: over 1 year ago
JSON representation
A Streamlit WebApp To Predict Future Prices Of Stocks
- Host: GitHub
- URL: https://github.com/rishavnandi/streamlit_stock_prediction
- Owner: rishavnandi
- License: wtfpl
- Created: 2022-11-10T20:07:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T18:00:19.000Z (over 1 year ago)
- Last Synced: 2025-01-12T08:44:04.428Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Streamlit App For Predicting Future Prices Of Stocks
Uses the streamlit, yfinance, plotly and fbprophet libraries to create an app that predicts future prices of stocks.
## Usage
- Clone the repository
- Open the terminal and navigate to the directory where the repository is cloned and run the following command:
```bash
streamlit run app.py
```
- Select the stock and the start date for the data and use the slider to select the number of years for which you want to predict the stock price
## Adding More Stocks
- Open the app.py file and add the stock ticker to the stocks tuple