This is a web application that predicts the stock price of a company. The stock price of a company is predicted using the historical stock prices of the company. The historical stock prices of the company are fetched from the Alpha Vantage API. The stock price of the company is predicted using LSTM.
This application is developed using Django, Keras, Tensorflow, Pandas, Numpy, Scikit-learn, and Alpha Vantage API.
pip install -r requirements.txt
python3 manage.py runserver