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.
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
Javascript, HTML, CSS,python,pandas,tensorflow,django.
- user login and logout
- reset password
- Fullscreen mode
- Cross platform
- easy UI
- Fast
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.