Skip to main content

Detecting Vulnerable regions in metropolitan cities

Introduction

The problem is to handle the growing violence rate by estimating the probability of the upcoming violence, especially in metropolitan cities.

Why is the problem important?

This is important since if by doing so, we could somehow able to stop even 10-15% of upcoming threat then it can have a vast effect.

Who will benefit :

Police can analyze data in real time and may increase patrolling if required.

Based on available data, police can effectively maintain law and order in vulnerable areas.

Our strategy

For this we chose the social media platform twitter

1) First of all we collected tweets with geo tagged locations for the last 7 days for 4 citites hyderabad, mumbai, kolkata and delhi

2) But only 2% of total tweets have geo tagged locations.

So what we have done is that, we made a dictionary of areas of these cities from maps of india and find  the location if it is mentioned in the tweet
like My bag is stolen from CP Delhi.

Third thing is that twitter provide user location field like i m from delhi but tweeting from hyderabad then also that location is useful somtimes.

After getting locations, We performed sentiment analysis using Crowdflower dataset as training dataset and our collected tweets as test data, in which there are 3 categories, harmful, non harmful and normal.

4) After classifying all tweets, we plotted the heatmap using Google maps api to show red regions as per harmfulness of tweets




Why location is important to us? 

To find vulnerable areas our first priority is Geo-tagged location. If there is a tagged location in tweet then we are done with the location if not we choose alternatives like location mentioned in tweet, or user location. How the hell is user location is important? Suppose your home is in Delhi but you are tweeting from Hyderabad, about a riot in a your home location in Delhi. So if user will search some kind of tweet, with a specific keyword, user location might be useful to analyse a tweet.


Application Interface :


User can search tweet based on location, keyword or date.

We will show total number of tweets, neutral tweets etc.











References : 




Comments

Popular posts from this blog

Real-Time and Predictive Traffic Data Analysis

Introduction Traffic prediction is crucial to many applications including traffic network planning, route guidance, and congestion avoidance. We have tried to minimize the time required for a vehicle to go from point A to point B, and maximize the efficiency of the flow of traffic, to help the traffic police in managing traffic. Several essential factors affect traffic prediction: Geographical factors such as topology, etc. Social factors such as holidays, concert, weekends, etc. Limited Dataset, i.e., either small or not a publicly available dataset. The primary aim of the project is to use historical and live traffic data to control the traffic lights for efficient traffic flow. Why is the problem statement important? The number of vehicles on the road in India have increased 2-fold in every 8 years since the year 2000. Apart from not having adequately constructed roads, there is no proper system for helping traffic police officers in controlling the flow of traffic...

Social Media and Policing

Social Media and Policing Traditionally, Police all over the world have utilised a one-way communication model, sending information to the public either directly or through news media and not receiving communications back. Social media tools are changing these communication models, creating possibilities for interpersonal, participatory, and interactive communications. Our project focuses on the use of the social media tool, Twitter , for the job of policing. We analysed the official Police handles of Mumbai, Bangalore, Delhi and Hyderabad on Twitter. The purpose of our analysis was to determine what type of information is shared by city police departments over Twitter and how the public uses the information shared to converse with the police departments and with each other. Data Collection We analysed 24,110 posts authored by the 4 city police departments and 2,31,589 posts of Twitter users who tagged these handles. The analysis showed that city police depar...