Skip to content

GauravRajwada/smart-police-station

Repository files navigation

INTERNET OF THINGS BASE SMART POLICING IN INDIA

Table of Content

Demo

Overview

This is some part of the project i.e. SMART POLICING. In which I tried to register FIR using Python and MySQL database.

The flow of can be more clarify. All the blue line shows the normal flow of working on the basis of this technology. I want to make focus on one point when no progress report is received by machine from investigating officers this is shown by red line firstly server will send notification to upper authority and then authority can give strict instruction to investigating officer.

Motivation

I was having seen many videos that there is smart police station in Dubai. I feel like why it can't be also in Inida then I make small ppt and uploaded on digital India portal. At that time Amit Sirohi sir motivated me to do work on this because of him I get motivated.
After sometime I got call from MHRD that what is my idea they were just motivating me to do proper research on this and then contact them. I started to learn techs and try to implement some part on my idea.
After a month I got mail from Bureau of Police Research & Development. That they wanted to meet and discuss what is my approch. But at that time I was just having a simple idea in my mind and some written work they just said do some implementaion there is nothing before implementaion. From that day I start implemeting this project. Till now I think I have completed 1/3 implementation of project. Due to not getting proper resources and not proper guidence I am not able to complete this project.

My Work

I have divided all the work in to several modules.

  • I had created adhaar database of dummy data.

  • One more dummy record of officers where details of officers are stored like no of cases pending, currently working on case and many more.

  • New case registration from the victim. You check registration of case here.

  • Now this is snapshot of FIR register where details are updated.

  • At last notification message send to victim phome number that is present in adhaar database and to investingating officer assigned by the system based on minimum no of pending cases.

Database

├── Adhaar Database
│   ├── Name
│   ├── DOB
│   ├── Adhaar_no
│   ├── Gender
│   ├── Address
│   ├── E-mail
│   ├── Mobile No
│   ├── Photo
│
├── Officers
│   ├── Name
│   ├── DOB
│   ├── ID
│   ├── Gender
│   ├── Address
│   ├── Mobile No
│   ├── E-mail
│   ├── No_of_cases
│
├── FIR Register
│   ├── Sr_no 
│   ├── Victim_Name
│   ├── DOB  
│   ├── Adhaar_no 
│   ├── Gender
│   ├── Address
│   ├── Email
│   ├── Mobile
│   ├── Registered_date_time DATETIME DEFAULT 
│   ├── CURRENT_TIMESTAMP
│   ├── Date_of_incident
│   ├── Place_pf_incident  
│   ├── Description
│   ├── Investigating_officer
│   ├── Updates 
│   ├── Last_Update 
│   ├── Profile

Python Script

├── Algorithms 1 (Database)
├── Algorithms 2 (Main)
├── Algorithms 3 (Officer)
├── Algorithms 4 (Registration) 
├── Algorithms 5 (Sending details)

Technologies Used

!

Team


Gaurav Singh

License

Apache license

Copyright 2021 Gaurav Singh

About

Smart Police Station | Python and MySQL project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages