https://github.com/codenameakshay/sensex-matlab-predictor
This project aims to predict the values of BSE stock market.
https://github.com/codenameakshay/sensex-matlab-predictor
Last synced: 12 months ago
JSON representation
This project aims to predict the values of BSE stock market.
- Host: GitHub
- URL: https://github.com/codenameakshay/sensex-matlab-predictor
- Owner: codenameakshay
- Created: 2020-03-07T20:02:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T15:57:18.000Z (about 6 years ago)
- Last Synced: 2025-05-19T10:05:22.720Z (about 1 year ago)
- Language: MATLAB
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sensex-matlab-predictor
This project aims to predict the values of BSE stock market.
## Dependencies
To install this you need Python 3.7 as well as MATLAB installed on your machine.
This code also needs quandl, pyperclip modules which can be installed by running these commands on your terminal :
```
$ pip install quandl
$ pip install pyperclip
```
## Usage
First run the python code, which copies in the clipboard the value of last 599 days Sensex data from Quandl API.
Then simply run the MATLAB code but before that simply just change the variable X with your values just by simply pasting by Ctrl+V.
## Demo
The predicted value is printed in the console and the plot for values is plotted like this :

