Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/zeeshanahmad4/stock-prices-prediction-ml-flask-dashboard

classification data-mining data-science data-visualization dataset flask flask-dashboard linear-regression ml prediction prediction-algorithm prediction-model predictive-analytics python stock-analysis stock-market stock-prices stock-prices-prediction stock-trading visualization

Last synced: 9 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Stock-Prices-Prediction-ML-Flask-Dashboard





Logo

Stock Prices Prediction ML with Flask Dashboard

## Table of Contents

* [About the Project](#about-the-project).
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)

## About The Project
## Demo
![Demo](https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard/blob/master/pics/ezgif.com-video-to-gif.gif)

## Code
![Code](https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard/blob/master/pics/code.PNG)

## Dashbord
![Output-Data](https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard/blob/master/pics/Capture3.PNG)

## Prediction result
![predic](https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard/blob/master/pics/Capture1.PNG)

## Models evaluation
![evaluation](https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard/blob/master/pics/Capture2.PNG)
![evaluation](https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard/blob/master/pics/Plot.png)

### Built With
* [Python](https://www.python.org/)
* [matplotlib](https://www.python.org/)
* [sklearn](https://www.python.org/)
* [flask](https://www.python.org/)

## Models and algorithums

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

```

### Prerequisites

### Installation
1. Clone the repo
```sh
git clone https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard.git
```

2. Install python packages
```sh
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](https://github.com/Zeeshanahmad4/Stock-Prices-Prediction-ML-Flask-Dashboard/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