/stock_ai

Primary LanguagePureBasic

Stock-Prediction-API

A Stock Price Prediction API to predict future stock prices. A Deep Learning based algorithm LSTM Based Stock Price prediction API to predict the next day stock price prediction for NSE based stocks.

Requirements

  • Python 3.6 >

Please install Python and make sure it is included in public path Then in a command terminal, run 'pip install virtualenv' without the quotation marks

Setup

  • Download the repo as a zip file
  • Unzip the file
  • Go into the project folder
  • Open a command terminal in the folder
  • run 'virtualenv venv'
  • run './venv/scripts/activate' to activate virtual environent
  • run 'pip install -r requirements.txt'
  • run 'python manage.py migrate'
  • run 'python manage.py runserver'