InsightMap is a smart location-based search assistant powered by Google Maps API. It helps users find places nearby based on specific filters like category, distance, rating, and price — all inside a sleek PySide6 GUI.
- 🔍 Search by address and location type
- ⭐ Filter by minimum star rating (1–5 stars)
- 📏 Limit by distance (1–50 km)
- 💰 Choose minimum and maximum price level
- 📂 Category + subcategory filtering (e.g., Restaurants → BBQ)
- 📍 View results with name, rating, price level, types
- 🗺️ Live map preview using OpenStreetMap
- ✨ Clean dark mode UI with intuitive layout
- PySide6 – Python bindings for Qt GUI
- Google Maps API
- OpenStreetMap for embedded map display
- Python 3.x
git clone https://github.com/Rionte/SmartAlarm.git
cd SmartAlarm # or your correct folderpip install -r requirements.txt
gmaps = googlemaps.Client(key='YOUR_API_KEY_HERE')
python insightmap.py