{"id":15393172,"url":"https://github.com/filippofilip95/car-logos-dataset","last_synced_at":"2025-04-04T16:12:22.818Z","repository":{"id":38963413,"uuid":"205202502","full_name":"filippofilip95/car-logos-dataset","owner":"filippofilip95","description":"Collection of 383 car logos images with few variations  of sizes and JSON file for better usability.","archived":false,"fork":false,"pushed_at":"2024-11-28T07:23:37.000Z","size":167267,"stargazers_count":132,"open_issues_count":4,"forks_count":59,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T15:06:14.980Z","etag":null,"topics":["car","car-data","car-logos","dataset","images","json","logos","vehicle"],"latest_commit_sha":null,"homepage":"https://filippofilip95.github.io/car-logos-dataset-web","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filippofilip95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-29T16:12:06.000Z","updated_at":"2025-03-16T16:56:07.000Z","dependencies_parsed_at":"2025-01-28T04:09:13.952Z","dependency_job_id":"cc176688-8294-4519-8de0-e343f7aef5ea","html_url":"https://github.com/filippofilip95/car-logos-dataset","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippofilip95%2Fcar-logos-dataset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippofilip95%2Fcar-logos-dataset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippofilip95%2Fcar-logos-dataset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippofilip95%2Fcar-logos-dataset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filippofilip95","download_url":"https://codeload.github.com/filippofilip95/car-logos-dataset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208142,"owners_count":20901570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["car","car-data","car-logos","dataset","images","json","logos","vehicle"],"created_at":"2024-10-01T15:18:07.263Z","updated_at":"2025-04-04T16:12:22.767Z","avatar_url":"https://github.com/filippofilip95.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Car Logos Dataset 🚗\n\nA comprehensive collection of **383 car manufacturer logos** with multiple size variations and metadata. This dataset provides high-quality logos in different formats, making it perfect for automotive-related applications, research, or design projects.\n\n## 📦 Features\n\n- 383 unique car manufacturer logos\n- Three size variations for each logo:\n    - Original high-resolution images\n    - Optimized versions (smaller file size, maintained quality)\n    - Thumbnails (256px height)\n- Detailed JSON metadata for each logo\n- MIT licensed (logos remain property of respective owners)\n- Regular updates (Last crawled: November 28, 2024)\n\n## 📂 Repository Structure\n\n```\n/logos\n  /optimized/   # Optimized logos with reduced file size\n  /thumb/       # 256px height thumbnails\n  /original/    # Original crawled images\n  data.json     # Metadata for all logos\n/src            # Source code for crawler and processing\n```\n\n## 🛠 Installation \u0026 Usage\n\n```bash\n# Clone the repository\ngit clone https://github.com/filippofilip95/car-logos-dataset.git\n\n# Install dependencies\nnpm install\n\n# Run the crawler and processor\nnpm start\n```\n\n## 📝 Usage Examples\n\n### 1. Local Usage\n\nDownload the repository and use images with their relative paths:\n\n```json\n{\n  \"name\": \"Volkswagen\",\n  \"slug\": \"volkswagen\",\n  \"image\": {\n    \"localThumb\": \"./thumb/volkswagen.png\",\n    \"localOptimized\": \"./optimized/volkswagen.png\",\n    \"localOriginal\": \"./original/volkswagen.jpg\",\n    \"source\": \"https://www.carlogos.org/logo/Volkswagen-logo-2019-640x500.jpg\"\n  }\n}\n```\n\n### 2. Remote Usage\n\nEmbed logos directly using GitHub raw URLs:\n\n```json\n{\n  \"name\": \"Volkswagen\",\n  \"slug\": \"volkswagen\",\n  \"image\": {\n    \"thumb\": \"https://raw.githubusercontent.com/filippofilip95/car-logos-dataset/master/logos/thumb/volkswagen.png\",\n    \"optimized\": \"https://raw.githubusercontent.com/filippofilip95/car-logos-dataset/master/logos/optimized/volkswagen.png\",\n    \"original\": \"https://raw.githubusercontent.com/filippofilip95/car-logos-dataset/master/logos/original/volkswagen.jpg\"\n  }\n}\n```\n\n## 🤝 Contributing\n\nWe welcome contributions! The crawler and optimization scripts are written in TypeScript and located in the `/src/` directory.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\nFor major changes, please open an issue first to discuss what you would like to change.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n**Note:** All logo images are the property of their respective owners and are subject to their own licensing terms.\n\n## 🔍 Data Source\n\nLogo images are crawled from [Carlogos.org](https://www.carlogos.org/) and processed for optimal usage.\n\n## 📫 Support\n\n- Create an [Issue](https://github.com/filippofilip95/car-logos-dataset/issues) for bug reports or feature requests\n- Star the repository if you find it useful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilippofilip95%2Fcar-logos-dataset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilippofilip95%2Fcar-logos-dataset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilippofilip95%2Fcar-logos-dataset/lists"}