A single-page web application using Dash (a python framework) and LSTM based machine learning models which will show company information (logo, registered name and description) and stock plots based on the stock code given by the user. Also the ML model will enable the user to get predicted stock prices for the date inputted by the user. To run the application locally:
- Download the files in a folder
- Run
$ pip install -r requirements.txt
in the directory - Run
$ python app.py
- Copy the url mentioned after running and put the link in a browser