An open API service indexing awesome lists of open source software.

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

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.