Description: A Support Vector Machine classifier that is capable of classifying any tweet as "For", "Against", or "Neutral" to abortion. This classifier is used to gather statistics of twitter users as pro-abortion or anti-abortion. The idea being to help analyze ethics across a wide range of societies and cultures.
Running the interface: The system is built with Python 3.6.1 The file for running interface is within the interface folder, within app.py. Command for running: "python app.py"
Dependencies: Python 3.6.1+ Tweepy 3.5.0+ Pandas 0.20.1+ Gensim 2.3.0+ Scikit-learn 0.19.1+ Plotly Dash 0.18.3+