Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 748 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 748 Bytes

Stock Price Prediction

Time Series forecasting of National Stock Exchange (NSE) stocks using FBProphet and Streamlit. Done as a side project. Any feeback/suggestions to improve are welcome!

Running the program

Please install the packages listed in requirements.txt in your device.
Clone this repo to your local and run the command streamlit run main.py on your terminal/command prompt after changing directory to the local repo.

Deployment

As of writing, I'm working to deploy this webapp, preferably using Streamlit Sharing to make it easier to check it out. I'd appreciate any suggestions to this end.