All Projects → umitkaanusta → Tia

umitkaanusta / Tia

Licence: agpl-3.0
Your Advanced Twitter stalking tool

Projects that are alternatives of or similar to Tia

Text tone analyzer
Система, анализирующая тональность текстов и высказываний.
Stars: ✭ 15 (-84.69%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (-25.51%)
Mutual labels:  text-classification, sentiment-analysis, twitter
COVID-19-Tweet-Classification-using-Roberta-and-Bert-Simple-Transformers
Rank 1 / 216
Stars: ✭ 24 (-75.51%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+1055.1%)
Mutual labels:  jupyter-notebook, text-classification, sentiment-analysis
Sentiment analysis fine grain
Multi-label Classification with BERT; Fine Grained Sentiment Analysis from AI challenger
Stars: ✭ 546 (+457.14%)
Mutual labels:  jupyter-notebook, text-classification, sentiment-analysis
Twitwork
Monitor twitter stream
Stars: ✭ 133 (+35.71%)
Mutual labels:  twitter-api, osint, twitter
Nlp Tutorial
A list of NLP(Natural Language Processing) tutorials
Stars: ✭ 1,188 (+1112.24%)
Mutual labels:  jupyter-notebook, text-classification, sentiment-classification
Context
ConText v4: Neural networks for text categorization
Stars: ✭ 120 (+22.45%)
Mutual labels:  text-classification, sentiment-analysis, sentiment-classification
Advertools
advertools - online marketing productivity and analysis tools
Stars: ✭ 341 (+247.96%)
Mutual labels:  twitter-api, twitter, social-media
hashformers
Hashformers is a framework for hashtag segmentation with transformers.
Stars: ✭ 18 (-81.63%)
Mutual labels:  twitter, sentiment-analysis, sentiment-classification
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+3174.49%)
Mutual labels:  jupyter-notebook, sentiment-analysis, sentiment-classification
Twitter sentiment analysis word2vec convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
Stars: ✭ 24 (-75.51%)
Mutual labels:  jupyter-notebook, sentiment-analysis, twitter
Protest Detection Violence Estimation
Implementation of the model used in the paper Protest Activity Detection and Perceived Violence Estimation from Social Media Images (ACM Multimedia 2017)
Stars: ✭ 114 (+16.33%)
Mutual labels:  jupyter-notebook, twitter, social-media
Sentiment-analysis-amazon-Products-Reviews
NLP with NLTK for Sentiment analysis amazon Products Reviews
Stars: ✭ 37 (-62.24%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (+26.53%)
Mutual labels:  text-classification, sentiment-analysis, sentiment-classification
NewsMTSC
Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.
Stars: ✭ 54 (-44.9%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Learning Social Media Analytics With R
This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt
Stars: ✭ 102 (+4.08%)
Mutual labels:  sentiment-analysis, twitter, social-media
ML2017FALL
Machine Learning (EE 5184) in NTU
Stars: ✭ 66 (-32.65%)
Mutual labels:  sentiment-analysis, text-classification, sentiment-classification
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+569.39%)
Mutual labels:  twitter-api, twitter, social-media
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-65.31%)
Mutual labels:  text-classification, sentiment-analysis, sentiment-classification

TIA - Your Advanced Twitter stalking tool

GitHub license Maintenance

ForTheBadge built-with-love

TIA uses machine learning models to create an advanced stalking report. If the user has a public Twitter account, the rest is easy for TIA. (Twint package is used in the data gathering process.)

Contact me at [email protected] for any personal/business inquiries or if you want to contribute.

What does TIA do?

  • Predicts the gender of a user based on their tweets (TR/EN)
  • Shows the positivity/negativity in user's tweets with a score (TR/EN)
  • Shows the subjectivity in user's tweets with a score (TR/EN)
  • Shows the user's most frequent mentions (TR/EN)
  • Creates word clouds from the user's tweets and tweets to the user (TR/EN)
  • Creates date-wise/hourly plots for the user's tweeting frequency (TR/EN)
  • Creates date-wise/hourly plots for the user's polarity(sentiment) (EN)
  • Creates date-wise/hourly plots for the user's subjectivity (EN)

Demo video

TIA v0.1 Demo

How can I install?

  • Git clone
  • Download the needed packages used in the project, PyCharm will help you on that
  • Change the URL_ROOT variable in tia/stalk/init.py
  • Scrape the user with scrape_user.py script
  • Run run.py

Issues/Warnings

  • The script scrape_user.py gives an ImportError in Linux since TIA is written in Windows.
    • Contributions are welcome to solve the issue!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].