Stock Analysis webapp with Pandas, Flask, Scikit-Learn and beautiful AmCharts
Usage:
Open terminal:
$ pip install -r requirements.txt
$ export FLASK_APP=app.py
$ flask run
Once in webapp input stock symbol you want to analyze, then select start date and end date, be weary of date selection for every stock. App is using Pandas_DataReader to retrieve the data. After hitting submit, you'll be presented with a beautiful AmCharts graph.
***This is beta software so remember everything might probably come crashing down...
Made with ❤ by repollo from nori-labs.com