| --- |
| dataset_info: |
| features: |
| - name: slug |
| dtype: string |
| - name: url |
| dtype: string |
| - name: title |
| dtype: string |
| - name: registration_date |
| dtype: timestamp[s] |
| - name: description |
| dtype: string |
| - name: is_mirror |
| dtype: bool |
| - name: topics |
| list: string |
| - name: image |
| dtype: image |
| - name: width |
| dtype: int64 |
| - name: height |
| dtype: int64 |
| splits: |
| - name: train |
| num_bytes: 201555575 |
| num_examples: 1393 |
| download_size: 175477181 |
| dataset_size: 201555575 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| --- |
| |
|
|
| ### SourceForge App Screenshots |
|
|
| It contains 1,393 screenshots and metadata of applications hosted on [SourceForge](https://sourceforge.net). |
|
|
| #### Columns |
|
|
| ``` |
| slug — Unique identifier for each SourceForge app |
| url — Direct link to the app’s SourceForge project page |
| title — Name or title of the application |
| registration_date — When the app was first registered on SourceForge |
| description — Short textual summary of the project, as provided by the developers |
| is_mirror — Boolean flag indicating whether the app page is a mirror of another project |
| topics — List of tags or categories describing the app’s purpose or domain |
| image — Screenshot of the application’s interface (first image on SourceForge) |
| width — Image width in pixels |
| height — Image height in pixels |
| ``` |
|
|
| #### Reference |
|
|
| The data collection and preprocessing code for this dataset can be found in the following repository: |
| 👉 [Vokturz/desktop-screenshots-dataset](https://github.com/Vokturz/desktop-screenshots-dataset) |
|
|