Skip to content
Snippets Groups Projects
Commit c88e5a9f authored by Swetha Lakshmana Murthy's avatar Swetha Lakshmana Murthy
Browse files

Edit README.md

parent e7146093
No related branches found
No related tags found
No related merge requests found
...@@ -57,11 +57,11 @@ Provides real-time weather and a 24-hour forecast using the Open-Meteo API. ...@@ -57,11 +57,11 @@ Provides real-time weather and a 24-hour forecast using the Open-Meteo API.
- JSON includes timezone, elevation, and other metadata - JSON includes timezone, elevation, and other metadata
**Sample Prompts**: **Sample Prompts**:
1. Retrieve current weather and 24-hour forecast for '{city_name}' with temperature, precipitation, and wind speed. 1. Retrieve current weather and 24-hour forecast for {city} with temperature, precipitation, and wind speed.
2. Get localized weather data for a GPS coordinate to validate a climate model. 1. Get localized weather data for {city} to validate a climate model using GPS coordinates.
3. Fetch timezone, elevation, and forecast data for environmental analysis. 1. Fetch timezone, elevation, and forecast data for {city} for environmental analysis.
4. Provide detailed meteorological data for travel or event planning in '{city_name}'. 1. Provide detailed meteorological data for travel or event planning in {city}.
5. Obtain weather data for disaster preparedness in a specific region. 1. Obtain weather data for disaster preparedness in {city} or its surrounding region.
--- ---
...@@ -91,11 +91,9 @@ Finds nearby tourist attractions and amenities using OpenStreetMap. ...@@ -91,11 +91,9 @@ Finds nearby tourist attractions and amenities using OpenStreetMap.
- Returns POIs with names, types, and coordinates - Returns POIs with names, types, and coordinates
**Sample Prompts**: **Sample Prompts**:
1. List tourist attractions and amenities within walking distance of '{address}'. 1. List tourist attractions and amenities within walking distance of {address}.
2. Find venues near '{address}' for event planning. 1. Find event venues or spaces near {address} suitable for planning gatherings or meetings.
3. Show family-friendly locations like parks and cafés near '{address}'. 1. Show family-friendly places like parks, cafés, or playgrounds near {address}.
4. Identify safe, walkable routes with interesting stops in a given area.
5. Recommend local places of interest near a travel destination.
--- ---
...@@ -126,7 +124,7 @@ Extracts summaries and linked metadata from Wikipedia. ...@@ -126,7 +124,7 @@ Extracts summaries and linked metadata from Wikipedia.
1. Summarize '{query}' with article title, overview, URL, and categories. 1. Summarize '{query}' with article title, overview, URL, and categories.
2. Return a Spanish-language summary of '{query}' with English metadata. 2. Return a Spanish-language summary of '{query}' with English metadata.
3. Provide JSON output with structured Wikipedia data for '{query}'. 3. Provide JSON output with structured Wikipedia data for '{query}'.
4. List categories and overview of a scientific term from Wikipedia. 4. List categories and overview of a scientific term '{term}' from Wikipedia.
5. Compare summaries of related concepts like ‘machine learning’ and ‘AI’. 5. Compare summaries of related concepts like ‘machine learning’ and ‘AI’.
--- ---
...@@ -141,10 +139,9 @@ Generates geospatial accessibility scores for a city. ...@@ -141,10 +139,9 @@ Generates geospatial accessibility scores for a city.
**Sample Prompts**: **Sample Prompts**:
1. Generate accessibility heatmap for 'Barcelona' to identify underserved areas. 1. Generate accessibility heatmap for 'Barcelona' to identify underserved areas.
2. Compare accessibility in central vs. peripheral neighborhoods in 'Mumbai'. 2. Compare accessibility in central vs. peripheral neighborhoods in 'Bangalore'.
3. Extract top 10 underserved zones in 'Toronto' for city development. 3. Extract top 10 underserved zones in 'Toronto' for city development.
4. Identify locations in London needing new healthcare facilities. 4. Recommend new supermarket locations in Vienna based on amenity gaps.
5. Recommend new supermarket locations in Vienna based on amenity gaps.
## How to wire them up? ## How to wire them up?
🎥 [Watch the walkthrough video](media/AI_Pipeline.mp4) – fast overview of connecting LLMs to MCP tools via gRPC and building pipelines. 🎥 [Watch the walkthrough video](media/AI_Pipeline.mp4) – fast overview of connecting LLMs to MCP tools via gRPC and building pipelines.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment