Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.54 KB

README.md

File metadata and controls

46 lines (40 loc) · 1.54 KB

Stocks_Price_Predictor_Module2

Second Module of my Stocks price predictor program.

How To Use:


1.Installing the Libraries:

pip install fbprophet yfinance plotly
pip install streamlit -q

2.Run main.py cell


3.Download ngrok:

!wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip

!unzip -qq ngrok-stable-linux-amd64.zip

4.Use the following command to start local server:

a) For Google Colab:

get_ipython().system_raw('./ngrok http 8501 &')

! curl -s http://localhost:4040/api/tunnels | python3 -c \
    'import sys, json; print("Execute the next cell and the go to the following URL: " +json.load(sys.stdin)["tunnels"][0]["public_url"])'

b) On your local system:

ngrok http https://localhost:8443

5. Run the web app through streamlit:

!streamlit run main.py

Interactive Graph: Interactive Graph: Graph's Components: Graph's Components:

Live Version of the web app can be found here