Skip to content

This repository is an improvement from my previous stock predictor that now it can predict up to 10 days ahead.

Notifications You must be signed in to change notification settings

kamilalfian/stock-predictor-10-days

Repository files navigation

Stock Predictor App

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-10-days-kaal.streamlit.app/.

Usage

1. Clone the Repository

git clone https://github.com/kamilalfian/stock-predictor-10-days.git

2. Navigate to project directory

cd stock-predictor-10-days

3. Install dependencies

pip install -r requirements.txt

4. Run the streamlit app locally

streamlit run predictor.py

5. Feel free to make changes and modify the code

6. Push changes to github

git remote add origin <repository-url>
git add .
git commit -m "Your commit message"
git push -u origin main

7. Deploy on Streamlit Sharing

To 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!

About

This repository is an improvement from my previous stock predictor that now it can predict up to 10 days ahead.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published