kc-codes / Social-Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Auth

Objective: Develop an application software to detect fake social media profiles, addressing the rising issues of online Impersonation and inappropriate content dissemination. The aim is to empower investigative agencies, including the Crime Branch, identify and take corrective measures against such fraudulent activities.

Description: The prevalence of online social networks has revolutionized how individuals engage in social interactions. While these platforms facilitate easier communication and updates, the rapid growth has also led to challenges such as the emergence of fake profiles and online impersonation. Fake profiles often engage in spamming legitimate users and disseminating inappropriate or illegal content, necessitating the need for robust detection and corrective measures

Features

  • User Friendly platform
  • Profile Detection Algorithm
  • Reporting Mechanism
  • CSV import/export for Usernames
  • Step by step guide
  • Data Analysis

Installation

  1. Clone the project using the command given below:
  git clone https://github.com/Siddheshjondhale/socialProject.git
  1. Install all required libraries
  pip install -r requirements.txt
  1. Runserver (manage.py) file
  py ./manage.py runserver
  1. Close Server
  ctrl+c

Screenshots

  • Home UI App Screenshot

  • Analysis-1 App Screenshot

  • Analysis-2 App Screenshot

  • Analysis-3 App Screenshot

FAQ

If error comming in terminal while running. What to Do ???

Check if all libraries are installed properly if not run pip install -r requirements.txt again.

Authors

About


Languages

Language:HTML 66.5%Language:Python 33.5%