Skip to content

Criminal Identification System using Face detection and recognition.

Notifications You must be signed in to change notification settings

1ycx/Criminal-Identification-System

 
 

Repository files navigation

Criminal Face Identification

Requirements

  • Python 3.6, MySQL
  • MySQL - Download for windows: http://mysql.localhost.net.ar/downloads/mysql/5.1.html#downloads
  • Set username and password
  • Create database criminaldb
    create database criminaldb;
  • Update the database username and password in the .env file.
  • Launch powershell, create new virtual environment and activate it
    python -m venv env
    source env\Scripts\activate.ps1
  • Install the requirements
    pip install -r requirements.txt
  • Run the program
    python home.py
  • When you open Video Surveillance, there will be some weird problem where the window gets stuck. Go to the terminal and press Ctrl + C to solve it.

About

Criminal Identification System using Face detection and recognition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%