-
Notifications
You must be signed in to change notification settings - Fork 0
Predictive Analytics 2 - Implemented NER-LSTM for Claim Appeals and LSTM for Stock Prediction #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated and uploaded streamlit app file for stock market prediction using LSTM
|
|
updated requirements.txt |
|
there are few conflicts in your requirements.txt
|
codit04
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as comment
codit04
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please mention the format of the input that has to be given to the stocks_app.py, also add a few datasets for the app.py file and have a single frontend app with 2 pages instead of having 2 seperate pages.
|
we have added a few sample documents (pdf, txt, docs) under Datasets for appeals and have combined the two separate pages into a single frontend app. The format of the input that has to be given to the stocks_app.py is also mentioned. |
This PR implements the NER-LSTM model for claim appeal documents and the LSTM model for stock prediction. The folder structure has been reorganized to separate the two projects for better clarity and management.
Key updates: