This is hand-crafted python webapp project, built with Pandas and Scikit-learn frameworks as data analyzing tools, AmCharts as visualization tool and with Flask python backend. This stock analyser plays the role of data entry and center at the same time.
Usage:
- Download latest miniconda version and install it on local os.
- Set up python enviroment for running the app.
$ 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 KhanovicAI