Skip to content

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.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Prices-Prediction-ML-Flask-Dashboard


Logo

Stock Prices Prediction ML with Flask Dashboard

Table of Contents

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

  1. Clone the repo
git clone https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard.git
  1. 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
├── GOOG_30_days.csv
├── train_models.py
├── utils.py
├── GOOG_30_days.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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact me

Logo Logo Logo Logo
Logo Logo Logo Logo

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published