Skip to content

This code was created using Django framework and machine learning modules in python. It receives a stock symbol, start date and end date as inputs and delivers 3 predictions for the next day, using 3 different machine learning caluclations -

Notifications You must be signed in to change notification settings

vrorato/stocks-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

stocks-ai

This code was created using Django framework and machine learning modules in python. It receives a stock symbol, start date and end date as inputs and delivers 3 predictions for the next day, using 3 different machine learning caluclations:

  • Linear Regression Prediction
  • LSTM
  • Random Forest

image

In order to use, you must download the stocks folder and install the requirements. After everything done, just run on your folder - python manage.py runserver

When you choose a start and end date, the models will take the information from Yahoo and use it to train the set. After this, it will show for each of the models, what is the prediction for the next day.

About

This code was created using Django framework and machine learning modules in python. It receives a stock symbol, start date and end date as inputs and delivers 3 predictions for the next day, using 3 different machine learning caluclations -

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published