Skip to content

This is a basic stock market predictor built using artificial neural network and implemented in Python.

Notifications You must be signed in to change notification settings

meticulousCraftman/Python-ANN-Stock-Market-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python-ANN-Stock-Market-Predictor

This is a basic stock market predictor built using artificial neural network and implemented in Python.

Usuage

To run the program all you need todo is

python ann.py

After that you'll be asked to enter the stock symbol of a company. For example lets take Google, if you want the next predicted value of stock price for Google Stocks enter the symbol as GOOG (This is the stock symbol for Google).

Image of stock symbol

Wait for the program to finish. It will output a lot of gibberish thingys. Then atlast under the prediction section you'll see the predicted values of the stock symbol.

Image of stock symbol

The program fetchs the stock price for the last 5 days using an API. So entering the correct symbol name is important.

About

This is a basic stock market predictor built using artificial neural network and implemented in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages