Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r3c0ger/liscaps

A LSTM-based intelligent stock crawl, analysis and prediction system.
https://github.com/r3c0ger/liscaps

crawler lstm python pytorch stock streamlit

Last synced: 5 days ago
JSON representation

A LSTM-based intelligent stock crawl, analysis and prediction system.

Awesome Lists containing this project

README

        

# LISCAPS: LSTM-based Intelligent Stock Crawl, Analysis and Prediction System

## LISCAPS:基于 LSTM 的智能股票爬取分析与预测系统

## Usage

1. `.\init_venv.bat`
Be patient and wait until "Press any key to exit..."
2. `python main.py`

## Environment

- Windows 7+
- Python 3.6+
- numpy
- scipy
- pandas
- matplotlib
- tensorboard
- torch
- visdom
- scikit-learn
- streamlit
- requests

## Reference

1. [代码可直接运行:利用深度学习进行股票预测,支持pytorch,keras和tensorflow](https://blog.csdn.net/songyunli1111/article/details/78513811)