Web app to extract and display media and model file metadata.
Key Features:
- Read Media File Metadata: Easily extract details from image and video files.
- Read EXIF Image Metadata: See embedded data like camera settings or location info.
- Read Safetensor File Metadata: Extract tensor details from model files.
- Drag and Drop: Conveniently drag and drop your files into the app.
- Paste Files: A Chrome-specific feature that allows you to paste files directly.
- Client-Side Processing: Private and fast, even when processing large files.
Install the dependencies:
yarn install
Start the dev server:
yarn start
Build the app for production:
yarn build
Preview the production build locally:
yarn preview