Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 452 Bytes

techstack

Python
Streamlit: For building the web application.
Folium: For interactive map visualization.
SQLite: As the database for storing reported suspicious activities.
Geopy: For geocoding and retrieving location coordinates.

Install the required dependencies:

pip install -r requirements.txt

Run the application:

streamlit run app.py

The application will be accessible at http://localhost:8501 in your browser.