Lightweight Python library to extract image metadata, EXIF, size, and resolution.
6.3K
๐ Lightweight Python library to extract image metadata, EXIF, size, and resolution.
docker pull <dockerhub_username>/<repo>:latest
docker run -it <dockerhub_username>/<repo>
{
"format": "JPEG",
"width": 1920,
"height": 1080,
"size_kb": 350,
"exif": {
"camera": "Canon",
"timestamp": "2024-01-01"
}
}
https://github.com/Noopur17/image-data-extracterโ
Noopur Bhatt
Building Intelligent Systems ๐ก| Open Source Contributor ๐| Trouble Maker Engineer ๐
If you find this useful, give it a โญ on GitHub!
python, image, metadata, exif, ai, preprocessing, ml, computer-vision
Content type
Image
Digest
sha256:f8ef10289โฆ
Size
57.5 MB
Last updated
4 months ago
docker pull noopur17/image-data-extracter