Skip to content

AjayKrP/stock-market-analysis-and-data-visualization

Repository files navigation

STOCK MARKET ANALYSIS AND DATA VISUALIzATION

This project is all about stock market analysis we have taken stock ticker input from user and analysing the feature value of the stock. If the feature value of stock is going to increase then we are suggesting user to buy the stock otherwise wait for some days.

For drawing graph we have used many graphics libraries like

  • d3.js
  • c3.js
  • chartiq

and many more...

To run this project into your browser you have to install following libraries

  • Flask
  • sklearn
  • quandl
  • matplotlib
  • numpy

After installing these libraries run Main.py