File size: 4,381 Bytes
06291a5
 
 
ef5126d
06291a5
3a9c65e
 
ef5126d
 
06291a5
3a9c65e
06291a5
 
ef5126d
3a9c65e
ef5126d
 
06291a5
ef5126d
 
06291a5
ef5126d
 
 
 
3a9c65e
ef5126d
 
06291a5
ef5126d
78a87fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f5ad905
ef5126d
78a87fe
06291a5
0562a3e
78a87fe
 
0562a3e
 
 
 
78a87fe
 
 
0562a3e
 
 
f5ad905
0562a3e
 
 
 
 
 
 
 
 
 
 
3a9c65e
0562a3e
 
 
 
3a9c65e
0562a3e
 
 
 
06291a5
0562a3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3a9c65e
06291a5
0562a3e
 
 
 
 
 
06291a5
0562a3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
06291a5
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
license: mit
task_categories:
  - image-classification
tags:
  - biology
  - marine-life
  - biodiversity
pretty_name: 'Sea Shell Classification Dataset'
size_categories:
  - 1K<n<10K
---

# 🐚 De_vuelta_a_casa: Sea Shell Image Dataset

## 🌊 Dataset Description
The **De_vuelta_a_casa** dataset contains images of sea shells classified by species and divided into two geographic regions: **Caribbean** and **Pacific**. The dataset is organized into two main categories of mollusks:

- **Bivalves**: Mollusks with two shells (e.g., clams, oysters).
- **Gastropoda**: Mollusks with a single shell (e.g., snails).

Images were sourced from publicly available online resources and meticulously categorized by species within each geographic region. This dataset is ideal for:
- Image classification projects.
- Marine biodiversity research.
- Studies in marine biology.

## πŸ“‚ Dataset Structure
The dataset follows the folder structure below:

```plaintext
De_vuelta_a_casa/
β”œβ”€β”€ Dataset/
    β”œβ”€β”€ Bivalves/
        β”œβ”€β”€ Caribbean/
            β”œβ”€β”€ species_1.jpg
            β”œβ”€β”€ species_2.jpg
            └── ...
        β”œβ”€β”€ Pacific/
            β”œβ”€β”€ species_1.jpg
            β”œβ”€β”€ species_2.jpg
            └── ...
    β”œβ”€β”€ Gastropoda/
        β”œβ”€β”€ Caribbean/
            β”œβ”€β”€ species_1.jpg
            β”œβ”€β”€ species_2.jpg
            └── ...
        β”œβ”€β”€ Pacific/
            β”œβ”€β”€ species_1.jpg
            β”œβ”€β”€ species_2.jpg
            └── ...
```

Each folder contains images organized by region and species.

## 🏷️Dataset Details
Total number of images: [Add the total number of images here]
Number of species: [Add the number of species here]
Geographic Regions: Caribbean and Pacific from Costa Rica
OverCategories:
  -Bivalves: Two-shelled mollusks (e.g., clams, oysters)
  -Gastropoda: Single-shelled mollusks (e.g., snails)
Image sources: Images collected from various public online sources.
Average resolution: [Add the average image resolution here, if relevant].
Labels: Each image is labeled with the species name it belongs to.
Sources: Publicly available images from the internet
Image Format: JPEG/PNG
Labels: Species name and geographic region

## πŸ“Š Applications
This dataset can be used for:

**Marine Biodiversity Research:** Studying species distribution and diversity.
**Image Classification:** Training models to identify and classify mollusk species.
**Environmental Studies:** Understanding the impact of environmental factors on species distribution.
**Educational Purposes:** Teaching about marine ecosystems and mollusk species.

## πŸš€ Getting Started
### πŸ“₯ Download the Dataset
You can download the dataset directly from Hugging Face using the following command:
```python
pip install datasets
```
```python
from datasets import load_dataset

dataset = load_dataset("De_vuelta_a_casa", split="train")
```
### πŸ” Access Specific Categories
To access images from specific categories:

**Bivalves (Caribbean):**
```python
dataset["Dataset/Bivalves/Caribbean/"]
```
**Bivalves (Pacific):**
```python
dataset["Dataset/Bivalves/Pacific/"]
```
**Gastropoda (Caribbean):**
```python
dataset["Dataset/Gastropoda/Caribbean/"]
```
**Gastropoda (Pacific):**
```python
dataset["Dataset/Gastropoda/Pacific/"]
```

## πŸ“œ Licensing and Usage
License: MIT License
Usage:
This dataset is intended for educational and research purposes only.
Commercial use of the dataset requires prior verification of the original image sources.
Respect the copyright and intellectual property rights associated with the collected images.


## 🌟 Acknowledgments
Special thanks to:

All contributors who have made marine species documentation publicly available.
The creators of open-source tools that have enabled this project.
This dataset was created to promote awareness of marine biodiversity and support scientific research. We hope it helps researchers, educators, and enthusiasts understand and protect our oceans' ecosystems.

## πŸ”— Citation
If you use this dataset in your research, please cite it as follows:

```bibtex
@dataset{de_vuelta_a_casa,
  title = {De_vuelta_a_casa: Sea Shell Image Dataset},
  author = {JoystickData Team},
  year = {2025},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/De_vuelta_a_casa}
}
```