An application for analysing crime and predicting them in a particular area by the use of data visualization.
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.
Python, JavaScript, MySQL, Firebase, Django, React
Here's a brief intro about what a contributor must do in order to start developing the project further:
- Open VSCode
- Copy the given command
git clone https://github.com/upes-open/OSC-Crime-Analysis-and-Prediction
- Go to the folder according to the issue you are working on and save your work.
git add .
- Now commit your changes with a message about it
git commit -m "your message"
-
Push your changes
-
Raise your first PR 🥳