An attempt to predict stock prices of selected tickers using models trained on historical prices of similar stocks irrespective of market of trade.
- The application is available as a web app at Global Stock Price Forecasting
- Please wait and reload if the website is not reachable
- 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