Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.28 KB

Global Stock Price Forecasting📈

Deploy Docker to Heroku Heroku Deploy Status

An attempt to predict stock prices of selected tickers using models trained on historical prices of similar stocks irrespective of market of trade.

Overview and Train Page

Web App

Local Installation

  • If you want to run it locally you'll need Git and Pip installed.
  • Run the following commands from the command line
# Clone the repository
git clone https://github.com/GeezFORCE/MainProject.git

# Go into the repository
cd MainProject

# Install Dependencies
pip3 install -r requirements.txt

# Run the application
streamlit run app.py
  • You can also use docker