Skip to content

Predicting future stock values is achieved through the utilization of the Recurrent Neural Network (RNN) model, which analyzes the historical data of globally recognized companies' stocks.

License

Notifications You must be signed in to change notification settings

quochuy242/Stock-TimeSeriesForecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-TimeSeriesForecasting

Introduce

Forecasting the future value of stocks using the RNN model, based on the stocks of world-renowned companies.

image

Install the necessary libraries

Paste the below code in the Anaconda Prompt

pip install -r requirements.txt

or you can install libraries manually

  • numpy
  • pandas
  • tensorflow
  • streamlit
  • yfinance
  • sklearn
  • matplotlib

How to run my application

To run file web_app.py, you could run

streamlit run src/web_app.py

About

Predicting future stock values is achieved through the utilization of the Recurrent Neural Network (RNN) model, which analyzes the historical data of globally recognized companies' stocks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages