https://github.com/mendez-luisjose/stock-and-crypto-price-prediction-with-tensorflow-lstm-and-streamlit
Stock and Crypto Price Prediction with TensorFlow, LSTM, Linear Regression and Streamlit
https://github.com/mendez-luisjose/stock-and-crypto-price-prediction-with-tensorflow-lstm-and-streamlit
lstm streamlit tensorflow xgbregressor
Last synced: 3 months ago
JSON representation
Stock and Crypto Price Prediction with TensorFlow, LSTM, Linear Regression and Streamlit
- Host: GitHub
- URL: https://github.com/mendez-luisjose/stock-and-crypto-price-prediction-with-tensorflow-lstm-and-streamlit
- Owner: mendez-luisjose
- Created: 2023-08-26T15:01:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T15:58:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T00:42:12.961Z (5 months ago)
- Topics: lstm, streamlit, tensorflow, xgbregressor
- Language: Jupyter Notebook
- Homepage:
- Size: 26 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock and Crypto Price Prediction with TensorFlow, LSTM and Streamlit 💰
## Stock and Crypto Price Prediction with TensorFlow, LSTM, XGBRegressor, and Streamlit
The Model was trained with differents Stocks and Cryptos Prices, like Google, Amazon, Netflix, Bitcoin, Apple, Ethereum, and with the features Open Price and Volume. Also with two Machine Learning Algorithms, the first one is `LSTM` built with TensorFlow, and the second one is `XGBRegressor`, wich each Model have different approach and results.
## Check-it out
Test the differents Model by running the `app.py` file, built with `Streamlit`. The Model predicts Tommorrow Price of the Crypto or the Stock selected.## Run
```sh
streamlit run app.py
```