- 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.
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 | |
---|---|---|---|---|