Skip to content

saiphani9999/Stock-Price-Forecasting-Using-Artificial-Intelligence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Price-Forecasting-Using-Artificial-Intelligence

New approach for stock market prediction using Artificial Intelligence

Techniques used

Bidirectional LSTM on historical data

Sentiment analysis with news and twitter feeds

Django + Angular JS combination for web app

Requirements

Python packages

LAMP installed

Django

celery

keras

tensorflow

pandas

numpy

JS packages

Jquery

Angular JS

Chart JS

How to run

first terminal

git clone git@github.com:koriavinash1/FIN_ishers.git
cd Stock-Price-Forecasting-Using-Artificial-Intelligence/StockNest
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

second ternimal

cd Stock-Price-Forecasting-Using-Artificial-Intelligence/StockNest
celery -A StockNest worker -l info

First steps

  • data collection: Once server is on, navigate to localhost:8000/stocksadmin download all the required data

  • train model from same stocksadmin page

  • once model is trained, you can use product from localhost:8000/index paage

DL model information

  • DL model information can be found in FIN_ishers/StockNest/stock_backend

  • Django restapis can be found from all apps/apis.py script

Predictions

temp1 temp2

Observed RMSE < 0.05 on test data

Contact


If any comments or information required, pull requests/issues are Welcomed....

Thankyou

About

Stock price prediction using Bidirectional LSTM and sentiment analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • Python 29.2%
  • HTML 26.1%
  • CSS 2.2%