Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.72 KB

README.md

File metadata and controls

72 lines (48 loc) · 1.72 KB

HackManthan

In Collaboration with Chhattisgarh Police

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)

PPT - https://www.canva.com/design/DAFDZ8cKA6I/ogg_iIPYVJ5KGMtty7igcA/view?utm_content=DAFDZ8cKA6I&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink

APK - https://github.com/gamingflexer/hackManthan/releases/download/V0.1/origin

Youtube Videos

v1 - https://youtu.be/GKOxvCil6Xg

V2 - https://youtu.be/37Cm_YkFv4Q

hackManthan-production - BACKEND

Version 1.1.0 - 29 June 2022

Add Firebase creditialsby making a folder backend/config and check config.py once

Python 3.7

cd backend 
pip install -r requirments.txt
python app.py
pip install -U scikit-learn==0.21.3

hackManthan-production - FRONTEND

Node 16.0.0

cd Web 
npm install
npm start dev