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

FEATURE: Implement Machine Learning Models for Financial Trend and Stock Price Prediction #3226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sanchitc05
Copy link
Contributor

@sanchitc05 sanchitc05 commented Nov 10, 2024

Fixes #3209

πŸ› οΈ Fixes Issue

Fixes: #3209

πŸ‘¨β€πŸ’» Description

What does this PR do?

  • This PR adds a new stock price prediction feature using an LSTM model to predict future stock prices based on historical data.
  • Key components include data preprocessing, model building, training, evaluation, and an API endpoint for real-time predictions.
  • Enhances the FinVeda platform by enabling predictive analytics for stock prices, allowing users to leverage data-driven insights for financial decisions.

πŸ“„ Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (adds or updates related documentation)

πŸ“· Screenshots/GIFs (if any)

Include screenshots or GIFs to demonstrate your changes

βœ… Checklist

  • I am a participant of GSSoC-ext.
  • I have followed the contribution guidelines of this project.
  • I have made this change from my own.
  • I have taken help from some online resources.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have added documentation to explain my changes.

Mandatory Tasks

  • Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.

🀝 GSSoC Participation

  • This PR is submitted under the GSSoC program.
  • I have taken prior approval for this feature/fix.

Copy link

vercel bot commented Nov 10, 2024

Deployment failed with the following error:

Resource is limited - try again in 1 hour (more than 100, code: "api-deployments-free-per-day").

Copy link

Thank you for submitting your chaotic pull request! πŸ™Œ We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Nov 10, 2024

βœ… Deploy Preview for getfinveda ready!

Name Link
πŸ”¨ Latest commit 13d65e9
πŸ” Latest deploy log https://app.netlify.com/sites/getfinveda/deploys/673098abdb5126000846c06b
😎 Deploy Preview https://deploy-preview-3226--getfinveda.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 38
Accessibility: 63
Best Practices: 75
SEO: 73
PWA: 50
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

vercel bot commented Nov 10, 2024

Deployment failed with the following error:

Resource is limited - try again in 51 minutes (more than 100, code: "api-deployments-free-per-day").

@deepeshmlgupta
Copy link
Collaborator

@sanchitc05 have you created this issue or its assigned to you

@sanchitc05
Copy link
Contributor Author

@deepeshmlgupta I created the issue first, then added the pr solving it!

@sanchitc05
Copy link
Contributor Author

@deepeshmlgupta @sampadatiwari30 kindly merge this pr

@ayush-that
Copy link
Owner

@sanchitc05 Show the working of this, couldn't find it on the website. Share some images or a video if you can.

@sanchitc05
Copy link
Contributor Author

@ayush-that sure I'll be sharing in a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE: Implement Machine Learning Models for Financial Trend and Stock Price Prediction
3 participants