All Projects → filippofilip95 → car-logos-dataset

filippofilip95 / car-logos-dataset

Licence: other
Collection of 374 car logos images with few variations of sizes and JSON file for better usability.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to car-logos-dataset

Picons
High quality tv & radio logos for your channels, also known as picons.
Stars: ✭ 110 (+134.04%)
Mutual labels:  images, logos
carmechanic
Car Mechanic Simulator mechanics in Unity
Stars: ✭ 39 (-17.02%)
Mutual labels:  car, vehicle
gopher-logos
adorable gopher logos
Stars: ✭ 106 (+125.53%)
Mutual labels:  images, logos
ELMduino
Arduino OBD-II Bluetooth Scanner Interface Library for Car Hacking Projects
Stars: ✭ 274 (+482.98%)
Mutual labels:  car, vehicle
Node Bmw Client
A node.js powered interface for E38/E39/E53 + E6x/E9x BMW vehicles (Client side)
Stars: ✭ 68 (+44.68%)
Mutual labels:  car, vehicle
Esp32 Obd2 Emulator
Open-source OBD-II emulator based on an ESP32 + CAN transceiver IC, controllable via WiFi through a simple web UI (or via API)
Stars: ✭ 207 (+340.43%)
Mutual labels:  car, vehicle
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+408.51%)
Mutual labels:  images, logos
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (+568.09%)
Mutual labels:  car, vehicle
Carrecognition
This is one of the best vehicle recognition applications. It can determine the car's license plate number, color, model, brand and year.
Stars: ✭ 34 (-27.66%)
Mutual labels:  car, vehicle
Googlemap
Google Map to use create path on map and play vehicle on path like Uber and Ola
Stars: ✭ 112 (+138.3%)
Mutual labels:  car, vehicle
Sdl core
SmartDeviceLink In-Vehicle Software and Sample HMI
Stars: ✭ 207 (+340.43%)
Mutual labels:  car, vehicle
sora
A simple library to display images in Jupyter notebooks
Stars: ✭ 15 (-68.09%)
Mutual labels:  images
android-doc-picker
A simple and easy to use documents Picker android library. Choose any documents like pdf, ppt, text, word or media files from your device
Stars: ✭ 37 (-21.28%)
Mutual labels:  images
Logos-Xcode
Xcode Logos Supports
Stars: ✭ 30 (-36.17%)
Mutual labels:  logos
VWsFriend
VW WeConnect visualization and control
Stars: ✭ 130 (+176.6%)
Mutual labels:  car
spaceholder
🌅 Download placeholder images from public domain sources blazingly fast
Stars: ✭ 24 (-48.94%)
Mutual labels:  images
wp-term-images
Images for categories, tags, and other taxonomy terms
Stars: ✭ 34 (-27.66%)
Mutual labels:  images
vininfo
Extracts useful information from Vehicle Identification Number (VIN)
Stars: ✭ 75 (+59.57%)
Mutual labels:  car
Dune
A free, open-source, iOS 13-like dark mode for iOS 11 and 12
Stars: ✭ 71 (+51.06%)
Mutual labels:  logos
Kaput
Kişisel araç takip yazılımı
Stars: ✭ 69 (+46.81%)
Mutual labels:  car

Car Logos Dataset

This repository contains image collection of 374 car manufacturers logos.

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

Logo images were crawled on 22.5.2021 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].