File size: 2,290 Bytes
d9204fb
0968205
d9204fb
 
0968205
 
 
d9204fb
0968205
d9204fb
0968205
d9204fb
0968205
 
d9204fb
0968205
 
 
 
2323931
0968205
2323931
0968205
 
0950979
 
 
 
 
 
 
0968205
 
 
 
 
0950979
 
d9204fb
 
 
f286d50
 
 
d9204fb
 
 
 
 
 
 
 
 
 
 
 
 
 
f286d50
d9204fb
f286d50
d9204fb
f286d50
d9204fb
 
f286d50
d9204fb
f286d50
d9204fb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
license: openrail
id: ios-app-icons
title: IOS App Icons
description: 'This dataset contains images and captions of iOS app icons collected
  from the iOS Icon Gallery. The images have been processed using a Blip Image Captioning
  model to generate captions.

  '
tasks:
- image-captioning
tags:
- image-captioning
- ios-icons
created: December 20, 2023
citation: Author, A. et al. (2023). Your Dataset Name. [Hugging Face Datasets](https://huggingface.co/datasets/your_dataset_name).
dataset_info:
  features:
  - name: image
    dtype: image
  - name: caption
    dtype: string
  splits:
  - name: train
    num_bytes: 367958490.476
    num_examples: 1819
  - name: test
    num_bytes: 24842350.0
    num_examples: 100
  download_size: 338140473
  dataset_size: 392800840.476
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

# IOS App Icons

## Overview

This dataset contains images and captions of iOS app icons obtained from the iOS Icon Gallery. Each image is paired with a generated caption using a Blip Image Captioning model. The dataset is suitable for image captioning tasks and can be used to train and evaluate models for generating captions for iOS app icons.

## Images

The images are stored in the 'images' directory, and each image is uniquely identified with a filename (e.g., 'image_0.png'). The images have a resolution of 512x512 pixels.

## Data Format

The dataset is provided in the Hugging Face datasets format, with each sample containing the following information:

- `image_path`: Local file path to the image.
- `caption`: Generated caption for the corresponding image.

## Usage

You can use this dataset for training, fine-tuning, and evaluating image captioning models. The captions can be leveraged for tasks such as generating natural language descriptions for iOS app icons.

## Acknowledgments

- iOS Icon Gallery: [https://www.iosicongallery.com](https://www.iosicongallery.com)
- Blip Image Captioning model: [Salesforce/blip-image-captioning-large](https://huggingface.co/Salesforce/blip-image-captioning-large)

## License

This dataset is released under the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0). Please review the license for details.