yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

Added Gold Price Detector #98

Closed J-B-Mugundh closed 1 month ago

J-B-Mugundh commented 1 month ago

Description

This pull request adds a feature to predict gold prices (GLD) based on other financial metrics such as SPX, USO, SLV, and EUR/USD. The prediction is powered by Random Forest model loaded using joblib.

Issue Resolved

72

Changes Made

Added necessary files as mentioned in the guidelines

Screenshots or Videos

Image

Checklist

J-B-Mugundh commented 1 month ago

@yashasvini121 Please review the PR and let me know your comments!

J-B-Mugundh commented 1 month ago

Updated! Please check