Skip to content

abhishek887229/predictup_stock_trend_prediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

predict up

Predict Up is an online web app that works on stock and helps to find the future trend of the next 30 days, of any stock. this uses LSTM (Long Short Term Memory), which sees the previous data and tries to predict the future trend. there is also a functionality of user login logout and reset password, you can find the trend of any of the stock worldwide.

Deployment

To deploy this project run

  • first of all clone the project
git clone https://github.com/abhishek887229/predictup_stock_trend_prediction.git
  • import all the tables for authentication, user, admin
python3 manage.py makemigrations
  • at last run the following command.
python3 manage.py migrate
  • To start the app use the command written below
python3 manage.py runserver

Authors

Skills

Javascript, HTML, CSS,python,pandas,tensorflow,django.

Screenshots

Screenshot (120) Screenshot (121) Screenshot (118) Screenshot (119)

Features

  • user login and logout
  • reset password
  • Fullscreen mode
  • Cross platform
  • easy UI
  • Fast

how it could be helpful

This app is an excellent tool for monitoring company trends over the next 30 days with an impressive accuracy rate of 92 out of 100.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.9%
  • Python 31.7%
  • CSS 4.7%
  • JavaScript 2.7%