A simple and interactive Streamlit-based web application that helps users locate the nearest pub in the UK based on their current latitude and longitude. This project utilizes a dataset of over 48,000 pubs from across the UK and demonstrates the power of geospatial analysis using Python.
- π Input your latitude and longitude to get the 5 nearest pubs
- π View locations on an interactive Map using Folium
- π Display key pub information like name, address, and postcode
- β‘οΈ Fast and user-friendly interface built with Streamlit
- Python π
- Pandas π
- NumPy π’
- Streamlit π
- Folium πΊοΈ
- Geopy π
- Name: Open Pub Dataset
- Source: UK Government Open Data Portal
- Size: 48,000+ entries
π Use Case
- Ideal for tourists, pub-goers, and delivery services who need to find the closest pub in unfamiliar areas quickly and accurately.
π Acknowledgements
- Dataset: data.gov.uk
- Inspired by geospatial location-based apps and real-world logistics use cases.