This is a webapp which predicts stock prices for Indian stock markets(can be used for other stock markets as well) using both fundamental and technical analysis
Installation Guide :-
- Install Anaconda 3 ( https://www.continuum.io/downloads )
- Make sure that Anaconda has been added to your path variables ( for windows )
- Open your command line and install numpy, scikit-learn, django(v1.8), matplotlib and pandas using pip
- Install quandl using pip.
- Install xampp ( https://www.apachefriends.org/download.html )
- Clone the repository
User Guide :-
- Open the xampp console and start the 'Apache' server
- Go to the folder where the project is cloned
- Open the command line window (Shift + Right click)
- Run the following command - python manage.py runserver 9000 (The server will start on port 9000)
- Open your default browser and go to - 'http://localhost:9000/'