Skip to content

AJAYKE/predict_stock_movement_based_on_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict stock movement with news article

We are using "ProsusAI/finbert" model.

first we scrape the data from the moneycontrol website

setup a private environment on ur local

and then run the notebook

which python3
/usr/local/bin/python3 -m venv myenv
source myenv/bin/activate

we are using pandas, beautifulsoup4, transformers and pytorch(required for finbert) libraries.

initially we will scrape the data, then we download the model from huggingface using transformers library, then we run the model for which pytorch is needed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published