Tools
- Python
- HTML5/CSS3
- JavaScript
- Flask
- Jinja
- Alpha Vantage REST API
About
This web app uses machine learning to predict the next-day closing stock value of a given stock. This program uses the Alpha Vantage open-source stock API as a training set for the batch gradient descent algorithm to predict the next closing value. After the Python algorithm calculates the predicted value, the Flask backend passes the output to the web-app in the frontend for display.