Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.51 KB

File metadata and controls

39 lines (31 loc) · 1.51 KB

OSC-Crime-Analysis-and-Prediction

An application for analysing crime and predicting them in a particular area by the use of data visualization.

Table of Content

General Information

Today the crime rate is rising day by day. The government's efforts are directed at raising the crime rate using data mining, which would be a grade field of application with high data set volume. It has provinces that its technique to take advantage of historical data would have the police department analyzing the data and extracting information from it. This information can be further used for visualization, helping us in solving the problem further.

Technologies Used

Python, JavaScript, MySQL, Firebase, Django, React

WorkFlow

image

Setup

Here's a brief intro about what a contributor must do in order to start developing the project further:

  1. Open VSCode
  2. Copy the given command
git clone https://github.com/upes-open/OSC-Crime-Analysis-and-Prediction
  1. Go to the folder according to the issue you are working on and save your work.
git add .
  1. Now commit your changes with a message about it
git commit -m "your message"
  1. Push your changes

  2. Raise your first PR 🥳

NOTE: Fork the Repo and star it for extra points 😉