Access the Tool You can access the tool online at https://lalpurja.streamlit.app/ and https://land.nishon.com.np
The Amenity Finder App helps users explore amenities (e.g., hospitals, schools, pharmacies) around a specific location. It provides interactive maps, calculates the shortest routes to amenities, and shows detailed results in an easy-to-use interface.
- Interactive Map: View selected location with nearby amenities and routes.
- Amenity Search: Search for amenities within a customizable radius.
- Custom Markers: Different amenity types have distinct colored markers.
- Results Tab: View detailed information about the nearest amenities.
-
Clone the repository:
git clone https://github.com/konishon/lalpurja-map.git cd amenity-finder-app
-
Create a virtual environment (optional):
python -m venv venv source venv/bin/activate # For Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the app:
streamlit run app.py
- Select Location: Use predefined locations or enter coordinates manually.
- Choose Amenities: Select the types of amenities to search for.
- Adjust Radius: Set the search radius using the slider.
- View Map & Results: Check the map with amenities and routes in the Map tab, and see detailed results in the Results tab.
This project is licensed under the MIT License.