Giter Club home page Giter Club logo

car-logos-dataset's Introduction

Car Logos Dataset

This repository contains image collection of 383 car manufacturers logos.

Each logo has three size variations (original, optimized, thumbnail).

Logo images were crawled on 15.11.2023 from website Carlogos.org and processed afterwards for better usability.

Content

Logos are included in these folders:

  • /logos/optimized/ (includes optimized logos with small file size but good quality)
  • /logos/thumb/ (includes thumbnails of logos with height of 256px)
  • /logos/original/ (includes original crawled images)

Logo files are also described with JSON file

  • /logos/data.json

This file contains description of each logo with few properties.

Example of item:

  {
    "name": "Volkswagen",
    "slug": "volkswagen",
    "image": {
      "source": "https://www.carlogos.org/logo/Volkswagen-logo-2019-640x500.jpg",
      "thumb": "https://raw.githubusercontent.com/filippofilip95/car-logos-dataset/master/logos/thumb/volkswagen.png",
      "optimized": "https://raw.githubusercontent.com/filippofilip95/car-logos-dataset/master/logos/optimized/volkswagen.png",
      "original": "https://raw.githubusercontent.com/filippofilip95/car-logos-dataset/master/logos/original/volkswagen.jpg",
      "localThumb": "./thumb/volkswagen.png",
      "localOptimized": "./optimized/volkswagen.png",
      "localOriginal": "./original/volkswagen.jpg"
    }
  },

Usage

You can use this dataset mainly in two ways:

  1. Download repository and use images and JSON file as you wish.

    • In this case useful for you is the item property localThumb, localOptimized and localOriginal.
    • These properties are representing relative path from JSON file to image.
  2. Embed logo via url from a repository.

    • In this case useful for you is the item property thumb, optimized and original
    • These properties are urls for direct embedding of image.

Contributing

Crawler and optimization script is included in /src/ folder and it's written with Node.js and TypeScript

If you would like to improve it feel free to open Issue or Pull Request

License

  • MIT
  • All images are the property of their respective owners.

car-logos-dataset's People

Contributors

filippofilip95 avatar dependabot[bot] avatar flowluap avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.