Skip to content
View bonet's full-sized avatar

Block or report bonet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. LLaVA LLaVA Public

    Forked from haotian-liu/LLaVA

    [NeurIPS 2023 Oral] Visual Instruction Tuning: LLaVA (Large Language-and-Vision Assistant) built towards GPT-4V level capabilities.

    Python

  2. llm-compare llm-compare Public

    Python

  3. shop-frontend shop-frontend Public

    A Vue.js project

    JavaScript

  4. shop-api shop-api Public

    Rails API project

    Ruby

  5. feed_webservice feed_webservice Public

    Automatic Feed URL Aggregator

    Ruby 2

  6. get_polygon_from_openstreetmap.rb get_polygon_from_openstreetmap.rb
    1
      def get_polygon_from_openstreetmap(city)
    2
        return nil if city.blank?
    3
    
                  
    4
        uri = URI("https://nominatim.openstreetmap.org/search.php")
    5
        params = {  q: "#{city}, Australia", polygon_geojson: 1, format: 'json' }