-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
46 lines (46 loc) · 1.95 KB
/
config.json
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
{
"demos": [
{
"title": "Popular actors",
"body": "Explore the profile pictures of popular actors on TMDb. See who's smiling or frowning, who is African or Chinese, and who has the most facial hair.",
"folder": "actors",
"source": "https://www.themoviedb.org/"
},
{
"title": "AirBnB pictures",
"body": "Examine a set of AirBnB photos of US properties. Separate the interiors from exteriors, pools from balconies, and bedrooms from kitchens.",
"folder": "airbnb",
"source": "https://www.kaggle.com/datasets/eren2222/airbnb-properties-image"
},
{
"title": "Car photos",
"body": "Dive into car images. Find different views of the same model. Separate vintage from sports cars, and SUVs from sedans.",
"folder": "cars",
"source": "https://www.kaggle.com/datasets/kshitij192/cars-image-dataset"
},
{
"title": "Hip replacement",
"body": "Explore images of hip replacement surgeries. See how we can differentiate one from the other.",
"folder": "hipreplacement",
"source": "https://gramener.com/docsearch/hipreplacement/"
},
{
"title": "Object detection",
"body": "Explore popular retail products and photos of warehouse operations. See how we can differentiate one from the other.",
"folder": "warehouse",
"source": "https://www.kaggle.com/datasets/aayushkumarthakur/warehouse-image-dataset"
},
{
"title": "Indian Actors",
"body": "The explorer is designed to celebrate the diversity and talent of Indian cinema, making it a go-to resource for fans and researchers alike.",
"folder": "indian-actors",
"source": ""
},
{
"title": "Korean Actors",
"body": "This explores 100 most popular celebrities associated with Korea from the TMDb. See who's happy, sad, casual, formal, and more.",
"folder": "kcelebs",
"source": "https://huggingface.co/datasets/ashraq/tmdb-celeb-10k"
}
]
}