Stock and Crypto Price Prediction with TensorFlow, LSTM, XGBRegressor and Streamlit
Table of contents
The Model was trained with different 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
, which each Model has a different approach and results.
Check-it out
Test the different Models by running the app.py
file, built with Streamlit
. The Model predicts Tomorrow's Price of the Crypto or the Stock selected.
Run
streamlit run app.py