- Frontend - HTML/CSS
- Backend - Flask
- Database - MySQL/MongoDB
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.
- flask_mysqldb
- Flask
- flask_ngrok
- smtplib
- datetime
- etc. ( listed in requirements.txt)
pip install -r requirements.txt (Python 2), or pip3 install -r requirements.txt (Python 3)
NS