The application presents the latest data, charts, and predictions for popular or user-selected companies or currencies. Data is displayed on an HTML page created using Bootstrap and retrieved from Yfinance. Charts are created using the Matplotlib library. The page also offers a separate section for predictions based on a trained LSTM model.
Clone the Repository:
git clone https://github.com/Nemezjusz/ForexPredictionDashboard.git
cd your-repo
Install Dependencies:
pip install Flask yfinance matplotlib torch
Run the Application:
flask run
The application will be accessible at http://127.0.0.1:5000/ in your web browser.