Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building a website for stock price prediction. #125

Open
1 task done
spandana2004 opened this issue Oct 16, 2024 · 0 comments
Open
1 task done

building a website for stock price prediction. #125

spandana2004 opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level3 45 Points 🥉

Comments

@spandana2004
Copy link
Contributor

Is this a unique feature?

  • I have checked "open" AND "closed" issues and this is not a duplicate

Is your feature request related to a problem/unavailable functionality? Please describe.

I am looking to create a user-friendly interface for an existing stock price prediction model. Currently, the model is not easily accessible to users, making it difficult for them to leverage the predictions effectively.

Proposed Solution

I propose developing a Streamlit web app that showcases the existing stock price prediction model. The app will allow users to input relevant stock features, view predicted prices, and visualize historical stock data. This will enhance user experience and make the model more accessible. Streamlit's interactive widgets and layout options will be utilized to create an intuitive interface for users.

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)

Set Up Environment:
Install libraries such as Streamlit, pandas, NumPy, and any machine learning libraries used in the stock price prediction model.
Build the Streamlit App Interface:
Create a user-friendly interface with input fields for relevant stock features (e.g., age, volume, historical prices) and a submit button for predictions.
Implement Prediction Logic:
Upon submission, retrieve input data and pass it to the stock price prediction model to generate predictions.
Display the predicted stock price on the app interface.
Data Visualization:
Use Streamlit's plotting capabilities (e.g., st.line_chart) to visualize historical stock prices and predicted trends.
Deploy the App:
Deploy the app using Streamlit Sharing or another cloud service to make it accessible to users.
Provide clear instructions on usage and interpretation of predictions.
Testing and Feedback:
Test the app with various scenarios to ensure reliability and accuracy.
Gather user feedback for future improvements.

@spandana2004 spandana2004 added the enhancement New feature or request label Oct 16, 2024
@rohitinu6 rohitinu6 added gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level3 45 Points 🥉 hacktoberfest Hacktober Collaboration labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level3 45 Points 🥉
Projects
None yet
Development

No branches or pull requests

2 participants