mrtrieuphong / Stock-prediction-2021

This is a tutorial for how to build a recurrent neural network using Tensorflow to predict stock market prices.
0 stars 2 forks source link

Stock-prediction-2021

This is a tutorial for how to build a recurrent neural network using Tensorflow to predict stock market prices.

Tutorial

Triệu Phong Blog - LSTM là gì? Ứng dụng dự đoán giá cổ phiếu

Installation

Use the package manager pip to install Stock-prediction-2021.

pip install -r requirements.txt

Dataset

- S&P500 5 years dataset

Usage

python app.py

# returns local host address
* Debugger is active!
* Debugger PIN: 700-017-759
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT - Nguyễn Triệu Phong