- 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.
1ycx/Criminal-Identification-System
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|