Explanation:
- Criminology is an area where the scientific study of crime and criminal behavior focuses. As part of criminology, crime analysis is tasked with exploring and discovering crime and its relationship with criminals.
Expectation:
- Provide an Interface/Application that accepts police investigation data that examines and results in meaningful observations to extract knowledge from crime records to understand criminal behavior better and ultimately prevent future crimes.
Result:
- An application that stores previous records (such as district, police station, ACT-Section, Address, Accused Age, etc) and analyzes them to find patterns of crime happening, and processes the data to analyze factors that lead to criminal activity. (solutions working with the Hindi Language will be given preference)
APK - https://github.com/gamingflexer/hackManthan/releases/download/V0.1/origin
v1 - https://youtu.be/GKOxvCil6Xg
V2 - https://youtu.be/37Cm_YkFv4Q
Version 1.1.0 - 29 June 2022
cd backend
pip install -r requirments.txt
python app.py
pip install -U scikit-learn==0.21.3
cd Web
npm install
npm start dev