python3 stock_price_prediction.py
Then type in the ticker symbol (e.g. AAPL) you want to predict.
We use Yahoo Finance API to fetch stock prices.
We use stock prices of past 60 days to predict the stock price one day ahead, and train the model with 25 epochs.
The following image shows the difference between the actual stock prices and the predicted stock prices for validation data, and the prediction of tomorrow stock price is shown at the end.
Prediction: 134.3729