Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

Find Missing Person

using AI

Hundreds of people (especially

children go missing every day) in India


Our Team

Project Members

Bhuvana Subash Deepika Sampath


Team lead Team member Team member Team member

Team Guide:
P. Lavanya
a
Ta
ga
ra p uva

ls
Hundreds of people (especially children go missing every day) in

India. There are various NGO's and Govt Initiatives to help with it.

This project tries to implement an existing/new way to help.

The project focuses on Tracking missing people. We are using

Image processing and Machine learning along with Postgres

Database.
Advantages

Easy to upload and view Complaint.


All trust users can add complaint.
Simple GUI.
Easy to view information
KNN Algorithm
What is the objective of this Project and how will it help?

The objective of this project is to help Police and higher authorities to track down

missing people quickly. The usual process to track a person is using inavestigation

which requires time and experience (to ask right questions). Most of the time,

investigation method works pretty well but it is time consuming and can be

unsuccessful if the person (missing) has been shifted/moved to different location

(city/country).
In such cases, the ideal approach is to go through CCTV footages and evidences.

Again, this can be very time consuming and given the number of people that go

missing everyday, it can be a challanage to keep up with it.


Solution (Project's Implementation)

1. Registering New Cases


The first step is to register a new case. The GUI application is built using PyQT5 that

allows you to collect all relevant information and store it in database Postgres.

Solution (Project's Implementation)

2. Waiting for Users to submit images


So far we have only talked about 'how new cases will be registered', the next thing

we have to do is to match these registered cases but who do we match it with? This

is where ours Users come in. These users are common people like you and me who

wants to make a change in the society.


The common people will use an application on their mobile to submit photos of

people who they think have lost or found begging while keeping them their identity

anonymous. The anonymous part is very important because they fear of local

Gundas that might create trouble for them.


Solution (Project's Implementation)

3. Matching Cases

The next step is to match the case images and user submitted images. To match

KNN Algorithm is used.


FEATURES

Login (Authentication)
Submit new case
Mobile Application (to submit user photos)
View submitted cases
View confirmed cases
Unit tests
Result

1. Login successful when correct credentials are entered


2. App shows error message when wrong UserID is
3. entered and make login only when correct credentials
4. are entered.
5. App shows error message when wrong Password is
6. entered and make login only when correct credentials
7. are entered.
Result

8.App shows error message when numerical values are entered at

the place of name.


9.App shows error message when alphabets are entered
at the place of age.
10.App shows error message when incorrect date is
entered

You might also like