https://github.com/sourabh7iwari/stock_price_prediction
A machine learning Model for prediction of Stock price of Next day. Made with Stacked LSTM model and Sentiment analysis of news of stocks
https://github.com/sourabh7iwari/stock_price_prediction
machine-learning sentiment-analysis steamlit webscraping
Last synced: 3 months ago
JSON representation
A machine learning Model for prediction of Stock price of Next day. Made with Stacked LSTM model and Sentiment analysis of news of stocks
- Host: GitHub
- URL: https://github.com/sourabh7iwari/stock_price_prediction
- Owner: Sourabh7iwari
- Created: 2024-05-30T01:07:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:06:07.000Z (10 months ago)
- Last Synced: 2025-02-07T11:17:10.340Z (4 months ago)
- Topics: machine-learning, sentiment-analysis, steamlit, webscraping
- Language: Python
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#STOCK PRICE PREDICTION
After cloning the repository in your local workspace run the command pip install -r requirement.txt in your terminal
you first have to trained the model by the help of py file of train_model
then after training the model get exported to library
Now run the main.py it will import the train model and will work
hypertunning and ML model config is default and not tuned as my system config is not susceptible according to it.