- Notifications
You must be signed in to change notification settings - Fork1
Web Based Application for Identification of Fake Twitter Users
NotificationsYou must be signed in to change notification settings
dhairyaostwal/twitterf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Identification of Fake Twitter Users
Link to dataset:Efficient detection of fake Twitter followers
- Data preprocessing removing NaN etc.
- Model Training and Accuracy = Decision Tree Classfication
- Creation of pickle file
['name_wt','statuses_count','followers_count','friends_count','favourites_count','listed_count']
and will returnlabel
value which would indicate fake or genuine/true Twitter user.
parameters | in Twitter terms |
---|---|
status_count | number of tweets |
followers_count | followers |
friends_count | following |
favourite_count | no. of likes |
listed_count | no. of list |
- Function to calc
name_wt
to be passed in as parameter - Frontend
- Server Flask