This repository contains code for a Stock Predictor web application using Streamlit. Before that, you can try the web app I have created in https://stock-predictor-kaal.streamlit.app/.
git clone https://github.com/kamilalfian/stock-predictor.gitcd stock-predictorpip install -r requirements.txtstreamlit run predictor.pygit remote add origin <repository-url>
git add .
git commit -m "Your commit message"
git push -u origin mainTo share your app with others, you can deploy it on Streamlit Sharing.
-Visit https://sharing.streamlit.io/ and log in with your GitHub account. -Connect your repository to Streamlit Sharing. -Configure the deployment settings. -Deploy the app!