Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cybercrime-model

Cybercrime Prediction Using Statistical Models and Deep Learning

Setup

  1. Create and activate virtual environment:
# Windows
python -m venv venv
.\venv\Scripts\activate

# Linux/Mac
python -m venv venv
source venv/bin/activate
  1. Install requirements:
pip install -r requirements.txt

Usage

Run the data loader script to analyze cybercrime datasets:

python data_loader.py

This will:

  • Load cybercrime datasets from 2016-2021
  • Display shape, data types and basic statistics for each year
  • Compare datasets across years
  • Show total unique data columns

About

cybercrime Prediction Using Statistical Models and Deep Learning

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages