├── Criminal.csv ├── Encoding_folders.py ├── LICENSE ├── Osama.csv ├── Osama1.csv ├── Other.zip ├── Python-code ├── Encoding_dataset_into_different_folders.py ├── FaceRecog_Test.py ├── FaceRecog_Train.py ├── README.md ├── data.zip ├── dataset.zip ├── emb.picke ├── enc.picke ├── face_detection.py ├── final_encoding.py └── testing_video.mp4 ├── README.md ├── __pycache__ ├── README.md ├── dbHandler.cpython-36.pyc ├── face_detection.cpython-36.pyc ├── face_detection.cpython-37.pyc ├── facerec.cpython-36.pyc ├── facerec.cpython-37.pyc ├── handler.cpython-36.pyc ├── handler.cpython-37.pyc ├── register.cpython-36.pyc └── register.cpython-37.pyc ├── dataset.zip ├── dbHandler.py ├── enc.picke ├── face_cascade.xml ├── face_detection.py ├── face_samples.zip ├── facerec.py ├── final_encoding.py ├── friends.csv ├── haarcascade_frontalface_default.xml ├── handler.py ├── home.py ├── img ├── 126-1266837_transparent-arrow-silhouette-clipart-arrow-symbol-vector.png ├── Block_Diagram.png ├── Gui1.png ├── Gui2.png ├── README.md ├── back.png ├── logo2.png ├── next.png └── previous.png ├── main.py ├── profile_pics.zip ├── register.py ├── requirements.txt └── test_videos.zip /Criminal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Criminal.csv -------------------------------------------------------------------------------- /Encoding_folders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Encoding_folders.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /Osama.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Osama.csv -------------------------------------------------------------------------------- /Osama1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Osama1.csv -------------------------------------------------------------------------------- /Other.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Other.zip -------------------------------------------------------------------------------- /Python-code/Encoding_dataset_into_different_folders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/Encoding_dataset_into_different_folders.py -------------------------------------------------------------------------------- /Python-code/FaceRecog_Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/FaceRecog_Test.py -------------------------------------------------------------------------------- /Python-code/FaceRecog_Train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/FaceRecog_Train.py -------------------------------------------------------------------------------- /Python-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/README.md -------------------------------------------------------------------------------- /Python-code/data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/data.zip -------------------------------------------------------------------------------- /Python-code/dataset.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/dataset.zip -------------------------------------------------------------------------------- /Python-code/emb.picke: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/emb.picke -------------------------------------------------------------------------------- /Python-code/enc.picke: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/enc.picke -------------------------------------------------------------------------------- /Python-code/face_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/face_detection.py -------------------------------------------------------------------------------- /Python-code/final_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/final_encoding.py -------------------------------------------------------------------------------- /Python-code/testing_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/Python-code/testing_video.mp4 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /__pycache__/dbHandler.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/dbHandler.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/face_detection.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/face_detection.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/face_detection.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/face_detection.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/facerec.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/facerec.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/facerec.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/facerec.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/handler.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/handler.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/handler.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/handler.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/register.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/register.cpython-36.pyc -------------------------------------------------------------------------------- /__pycache__/register.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/__pycache__/register.cpython-37.pyc -------------------------------------------------------------------------------- /dataset.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/dataset.zip -------------------------------------------------------------------------------- /dbHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/dbHandler.py -------------------------------------------------------------------------------- /enc.picke: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/enc.picke -------------------------------------------------------------------------------- /face_cascade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/face_cascade.xml -------------------------------------------------------------------------------- /face_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/face_detection.py -------------------------------------------------------------------------------- /face_samples.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/face_samples.zip -------------------------------------------------------------------------------- /facerec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/facerec.py -------------------------------------------------------------------------------- /final_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/final_encoding.py -------------------------------------------------------------------------------- /friends.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/friends.csv -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/handler.py -------------------------------------------------------------------------------- /home.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/home.py -------------------------------------------------------------------------------- /img/126-1266837_transparent-arrow-silhouette-clipart-arrow-symbol-vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/126-1266837_transparent-arrow-silhouette-clipart-arrow-symbol-vector.png -------------------------------------------------------------------------------- /img/Block_Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/Block_Diagram.png -------------------------------------------------------------------------------- /img/Gui1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/Gui1.png -------------------------------------------------------------------------------- /img/Gui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/Gui2.png -------------------------------------------------------------------------------- /img/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/back.png -------------------------------------------------------------------------------- /img/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/logo2.png -------------------------------------------------------------------------------- /img/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/next.png -------------------------------------------------------------------------------- /img/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/img/previous.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/main.py -------------------------------------------------------------------------------- /profile_pics.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/profile_pics.zip -------------------------------------------------------------------------------- /register.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/register.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/requirements.txt -------------------------------------------------------------------------------- /test_videos.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Navu4/Facial-Recognition-for-Crime-Detection/HEAD/test_videos.zip --------------------------------------------------------------------------------