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

https://github.com/surajv311/vit-college-assignment-sem2-ml_project

my first ml proj to predict stock prices
https://github.com/surajv311/vit-college-assignment-sem2-ml_project

Last synced: 7 months ago
JSON representation

my first ml proj to predict stock prices

Awesome Lists containing this project

README

          

# Stock Prediction using ML algorithms

#### My first ML proj to predict stock prices . Data structures & Algo project.

##### The following project uses basic python libraries like

##### numpy,pandas,matplotlib for data analysis.

The various algorithms used are SVM , Linear regression.

The confidence values were also predicted.



Before cloning and running the project ensure that you have the necessary libraries installed in your environment.

You may install:

```pip install pandas ```
```pip install numpy ```

```pip install matplotlib```

```pip install seaborn```

```pip install scikit-learn```

The project can be run on jupyter notebook.

![image1](https://github.com/Surajv311/DSA-ML-project-college/blob/master/img.jpg)

![image2](https://github.com/Surajv311/DSA-ML-project-college/blob/master/img2.jpg)