Stock Price Forecasting

LSTM-based time series model for stock price predictions with Flask API

Back to Portfolio

Project Overview

This project leverages Long Short-Term Memory (LSTM) neural networks to forecast stock prices based on historical data. The model analyzes time series data to predict future trends, achieving an 18% improvement in RMSE over baseline models. It is deployed via a Flask API for real-time predictions, providing actionable insights for traders and investors.

Technologies Used

Key Features

Model Evaluation Metrics

Impact

The model empowers traders and investors with reliable predictions, reducing errors by 18% compared to traditional methods. The Flask API enables seamless integration into trading platforms, enhancing decision-making in volatile markets.

πŸ“‚ View Code on GitHub πŸš€ View Live Demo