Skip to content

This repository is going to predict the closing price of stock on the next day.

Notifications You must be signed in to change notification settings

kamilalfian/stock-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

Usage

1. Clone the Repository

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

2. Navigate to project directory

cd stock-predictor

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 going to predict the closing price of stock on the next day.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published