DEMO on Streamlit
https://ernestosaleh-tigereye-1--inicio-j7lxd4.streamlit.app/Tipos_de_Violencia
This demo offers:
- Visualization of the total crimes.
- Visualization of crimes per capita.
The user is able to select the type of crime and time range they want to observe.
This project aims to include:
- Tools to correlate external factors.
- Forecasting and anomaly detection.
- Updated data with Web Scraping.
- Interface to visualize relevant news.
- Development tools to scale this tool to more cities.
-
Clone the repository:
git clone https://github.com/JosePabloGFnl/Monterrey-Violence.git cd Monterrey-Violence
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
Install the required packages:
pip install -r requirements.txt
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
For more information and conceptual graphs, see "pitch.pdf".
For more information on data processing and exploratory analysis, go to https://github.com/JosePabloGFnl/Monterrey-Violence