Skip to content

jishnuchander/CryptoSentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis of SHIB and DOGE

SHIB and DOGE cryptocurrency trends were analysed using messages from Crypto.com's official Telegram Channel. Analysis was done on all messages sent between May 1st and May 15th that contained "SHIB" or "DOGE" in them. Preprocessing steps included converting to lowercase, removing non-alphabet characters and expanding contractions.
For analysing the sentiment of each message, I have used the Flair package: https://github.com/flairNLP/flair. Flair is a powerful NLP library that can be used for downstream NLP tasks such as Sentiment Analysis. It leverages large scale pre-trained models such as BERT and ELMo that can perform well for downstream tasks.
To run the code, install the packages present in the requirements file and run all cells of the accompanying Jupyter Notebook. It will perform the analysis and generate the necessary descriptive plots using Plotly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published