Zeeshanahmad4
Stock-Prices-Prediction-ML-Flask-Dashboard

This program predicts the price of GOOG stock for a specific day using the Machine Learning algorithm called Support Vector Regression (SVR) Linear Regression. Importing flask module in the project is mandatory An object of Flask class is our WSGI application.

Last updated Jun 25, 2026
56
Stars
22
Forks
1
Issues
0
Stars/day
Attention Score
33
Language breakdown
No language data available.
Files click to expand
README

Stock-Prices-Prediction-ML-Flask-Dashboard


Logo

Stock Prices Prediction ML with Flask Dashboard

Table of Contents

* Built With * Prerequisites * Installation

About The Project

Demo

Demo

Code

Code

Dashbord

Output-Data

Prediction result

predic

Models evaluation

evaluation evaluation

Built With

Models and algorithums

├── SVR
├── linear_regression
├── random_forests
├── keras
├── KNN
├── decision_trees
├── elastic_net
├── LSTM_model

Prerequisites

Installation

  • Clone the repo
git clone https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard.git
  • Install python packages
pip install matplotlib
pip install sklearn
pip install flask
pip install KNN

Usage

This program predicts the price of GOOG stock for a specific day using the Machine Learning algorithm called Support Vector Regression (SVR) Linear Regression. Importing flask module in the project is mandatory An object of Flask class is our WSGI application.

Contents

├── app.py
├── GOOG30days.csv
├── train_models.py
├── utils.py
├── GOOG30days.csv

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request
🔗 More in this category

© 2026 GitRepoTrend · Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard · Updated daily from GitHub