FakeFind aims to detect fake or spam social media accounts using machine learning algorithms. The following parameters will be used to train the ML model:
- Presence of profile picture
- Numbers/character length in username
- Similarity between the user's name and the username
- Description length and the presence of any external links in it
- Privacy settings of the account followed by the number of posts, followers, and follows
- Python
- Numpy
- Pandas
- Matplotlib
- Scikit-Learn
- Linear SVC
- Naive Bayes
- KNN
- Scrapy
- BeautifulSoup
- Selenium