Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.44 KB

File metadata and controls

35 lines (21 loc) · 1.44 KB

Cryptocurrency Twitter Sentiment Analysis

“Don’t trade on your emotions” is one of the first rules a trader learns.

This project is designed to build a sentiment analysis tool that is specifically attuned to sentiments expressed in social media. It is fully open-sourced under the Mozilla Public License 2.0

What is sentiment analysis?

Sentiment Analysis is the process of ‘computationally’ determining whether a piece of writing is positive, negative or neutral. It’s also known as opinion mining, deriving the opinion or attitude of a speaker/author.

Prerequisites/Requirements

There are some general library requirements for the project and some which are specific to individual methods. The general requirements are as follows.

  • tweepy
  • numpy
  • scikit-learn
  • scipy

Installation

More Details regarding setup and installation here

Authors

Kshitij - Initial work - iKshitiz

See also the list of contributors who participated or contributed in this project.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE.md file for details.