pip install flaskpython app.pyOpen your browser and go to: http://localhost:5000
- Enter a stock ticker symbol (e.g., AAPL, MSFT, TSLA)
- Click "Predict" or press Enter
- View the volatility prediction (Low, Medium, or High)
- Check the confidence levels for each category
- Real-time stock data fetching using Yahoo Finance
- ML-powered volatility prediction
- Beautiful, responsive UI
- Probability confidence levels
- One-click example tickers
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript
- ML Model: Random Forest Classifier
- Data Source: yfinance API
- The model uses the latest 90 days of stock data
- Gold prices (GC=F) are included as a feature
- Predictions are based on: Open, High, Low, Close, Volume, and Gold Price