Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 hours 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T05:30:00.000Z (over 3 years ago)
- Last Synced: 2023-03-07T23:51:16.941Z (over 1 year ago)
- Topics: fbprophet, stock-analysis, stock-price-prediction, streamlit, yfinance-api
- Language: Python
- Homepage:
- Size: 1.14 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Stock Prediction
Streamlit Web App for Stock Prediction![Annotation 2021-05-25 131910](https://user-images.githubusercontent.com/66514052/119461283-2bd63980-bd5d-11eb-8342-5edb2e08360c.png)
![Annotation 2021-05-25 1319101](https://user-images.githubusercontent.com/66514052/119461289-2d9ffd00-bd5d-11eb-9459-84561df0f4e9.png)
![Annotation 2021-05-25 13191012](https://user-images.githubusercontent.com/66514052/119461295-2e389380-bd5d-11eb-8240-6e789d2e27ba.png)
![Annotation 2021-05-25 131910121](https://user-images.githubusercontent.com/66514052/119461298-2ed12a00-bd5d-11eb-9e45-144662f57f0e.png)## 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.