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.
pip install -r requirements.txt
streamlit run app.py
The application will be accessible at http://localhost:8501 in your browser.