https://github.com/bsanket16/stock-prediction
Streamlit Web App for Stock Price Prediction
https://github.com/bsanket16/stock-prediction
fbprophet stock-analysis stock-price-prediction streamlit yfinance-api
Last synced: about 1 year ago
JSON representation
Streamlit Web App for Stock Price Prediction
- Host: GitHub
- URL: https://github.com/bsanket16/stock-prediction
- Owner: bsanket16
- Created: 2021-05-25T07:34:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T05:30:00.000Z (about 5 years ago)
- Last Synced: 2025-03-24T05:13:55.606Z (about 1 year ago)
- Topics: fbprophet, stock-analysis, stock-price-prediction, streamlit, yfinance-api
- Language: Python
- Homepage:
- Size: 1.14 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Stock Prediction
Streamlit Web App for Stock Prediction




## Dependencies
Run and install all libraries
```bash
pip install streamlit yfinance fbprophet plotly
```
## Development & Production
Use the streamlit to run the web app
```bash
streamlit run main.py
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.