Cybercrime Prediction Using Statistical Models and Deep Learning
- Create and activate virtual environment:
# Windows
python -m venv venv
.\venv\Scripts\activate
# Linux/Mac
python -m venv venv
source venv/bin/activate- Install requirements:
pip install -r requirements.txtRun the data loader script to analyze cybercrime datasets:
python data_loader.pyThis 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