CrimeWatch is currently in development.
- β Web scraper is built
- β Heatmap feature is not functional yet
To run CrimeWatch, install the required dependencies:
pip install pandas requests beautifulsoup4 ftfy spacyand run:
python crimewatcher.pyThe scraper currently retrieves the following fields:
- π CaseIdentifier
- βοΈ Charges
- π Locations
- π Offence Category
- π Year
- π URL
Once installed, you can run the scraper to fetch case data. The heatmap visualization is not yet available.
CrimeWatch is a work in progress. Contributions are welcome, especially for improving data visualization and refining scraped data.
This project is open-source under the MIT License.
