- 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
criminaldbcreate database criminaldb;
- Update the database username and password in the
.envfile. - 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 + Cto solve it.
forked from piyushk96/Criminal-Identification-System
-
Notifications
You must be signed in to change notification settings - Fork 0
1ycx/Criminal-Identification-System
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Criminal Identification System using Face detection and recognition.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%