Skip to content

ISHOOO/Social-Media-FYP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Social Media FYP

Consists of 2 dataset files:
SocialMediaUsers.csv: contains informations about users' interests, country, gender and username.
influencers.csv: contains information about content-creators' category of content, followers count, Engagement rate, Country and username.

Recommends Content creators to users by calculating a recommendation score based on descending order of followers and user_interests using TFIDF vectorizer and MinMax scaler.