FFFF
Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

12 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

0