Detection of Fake Profile on Social Media
| dc.contributor.author | Melbin Biju 1NH20CE027; Sanjay G 1NH20CE040; Alistair Kissinger 1NH20CE067; Prince Enoch 1NH20CE068 | |
| dc.date.accessioned | 2025-05-31T09:47:56Z | |
| dc.date.available | 2025-05-31T09:47:56Z | |
| dc.date.issued | 2025 | |
| dc.description.abstract | In Python, fake profile detection entails detecting and flagging profiles on social media or other platforms that display questionable or fraudulent behavior. These personas may impersonate others, send spam, distribute misinformation, or participate in fraud. Machine learning methods, natural language processing (NLP) for text analysis, image recognition for profile photos, network analysis, and anomaly detection are techniques used to detect bogus profiles. Python offers a range of libraries and tools to implement fake profile detection, including: Scikit-learn: Implementing machine learning models like decision trees, random forests, or SVMs. Natural Language Toolkit (NLTK): Useful for text and sentiment analysis. TensorFlow or PyTorch: Ideal for deep learning-based approaches like neural networks. OpenCV: Useful for image processing and analysis. NetworkX: For analyzing the connections and networks between profiles. The process typically involves collecting data from profiles, extracting relevant features (text content, posting frequency, connection patterns), and training a model to distinguish between genuine and fake profiles. | |
| dc.identifier.uri | http://192.168.75.5:4000/handle/123456789/19188 | |
| dc.language.iso | en | |
| dc.publisher | NHCE | |
| dc.title | Detection of Fake Profile on Social Media | |
| dc.type | Learning Object |