Finance & Fintech
Stock prediction and analysis toolkit covering EDA, RSI calculation, time-series visualizations, and ML models for classification and regression.

OHLCV data → EDA & RSI → Model training → Forecast evaluation
Python project for stock analysis and prediction. It runs exploratory data analysis, plots price trends, computes averages and RSI signals, and trains a Random Forest classifier for prediction tasks alongside linear regression for closing price forecasts. The workflow includes sample inference using OHLCV inputs and backtesting-style comparisons to validate model behavior.