Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
efiop
/
stalker-dataset
like
0
Tasks:
Image-to-Image
Modalities:
Text
Formats:
text
Languages:
English
Size:
< 1K
Tags:
video-games
stalker
reference
environment
characters
Libraries:
Datasets
Croissant
License:
mit
Dataset card
Viewer
Files
Files and versions
Community
1
main
stalker-dataset
/
Makefile
efiop
init
b9e10f2
1 day ago
raw
Copy download link
history
blame
contribute
delete
Safe
222 Bytes
.PHONY
: install scrape process upload clean
install:
pip install -r requirements.txt
scrape:
python scraper.py
process:
python process.py
upload:
python process.py --upload True
clean:
rm -rf dataset/*