Pinned Loading
-
LLaVA
LLaVA PublicForked from haotian-liu/LLaVA
[NeurIPS 2023 Oral] Visual Instruction Tuning: LLaVA (Large Language-and-Vision Assistant) built towards GPT-4V level capabilities.
Python
-
-
-
-
-
get_polygon_from_openstreetmap.rb
get_polygon_from_openstreetmap.rb 1def get_polygon_from_openstreetmap(city)
2return nil if city.blank?
34uri = URI("https://nominatim.openstreetmap.org/search.php")
5params = { q: "#{city}, Australia", polygon_geojson: 1, format: 'json' }
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.