Skip to content

himankpathak/stockmarket-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Market Prediction

Predicting stock market prices using Recurrent Neural Network with LSTM.

Cover Image 1

Cover Image 1

Requirements

  • Python 3.6
  • Flask = 1.1.1
  • numpy = 1.17.2
  • pandas = 0.25.1
  • scikit-learn = 0.21.3
  • tensorflow = 1.14.0
  • matplotlib = 3.1.1

Use Anaconda as a package manager to easily set up the environment before running the application.

Setup

Download the dataset and create a empty folder named "dataset" in the root directory and place the file in it.

Running the app

  • Make sure you have setup the python environment with all the required modules and you have downloaded the dataset.
  • Start the flask server with $ python app.py in the root folder of the project.
  • Navigate to http://localhost:5000 to browse the app.

On a side note

About

Predicting stock market prices using RNN with LSTM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published