Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.38 KB

Social-Digger

Technologies Used:

  • Frontend - HTML/CSS
  • Backend - Flask
  • Database - MySQL/MongoDB

Overall Approach towards the problem

The task was to create a Criminal Detector System, sentinel like system. We made the app very simple and easy to understand, using frontend of HTML/CSS, which provides the user to enter only the photo and name. Once the user fills the simple form which asks for user details and host information. After storing the information in MySQL Database, the system scrapes the data and search for criminal using the search option from the web-app.

Libraries/Dependencies

  • flask_mysqldb
  • Flask
  • flask_ngrok
  • smtplib
  • datetime
  • etc. ( listed in requirements.txt)

Project Screenshots on LocalHost

image_1

image_1

image_1

image_1

image_1

image_1

Installation steps

pip install -r requirements.txt (Python 2), or pip3 install -r requirements.txt (Python 3)

NS