Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exaluc/ime
Extract and view the embedded metadata from images. Get detailed insights on EXIF, IPTC, or XMP data in seconds
https://github.com/exaluc/ime
exif iptc metadata sdxl stable-diffusion stable-diffusion-webui xmp
Last synced: 9 days ago
JSON representation
Extract and view the embedded metadata from images. Get detailed insights on EXIF, IPTC, or XMP data in seconds
- Host: GitHub
- URL: https://github.com/exaluc/ime
- Owner: exaluc
- License: mit
- Created: 2023-08-20T21:25:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T22:04:05.000Z (about 1 year ago)
- Last Synced: 2023-08-20T22:39:49.538Z (about 1 year ago)
- Topics: exif, iptc, metadata, sdxl, stable-diffusion, stable-diffusion-webui, xmp
- Language: JavaScript
- Homepage: https://exaluc.github.io/ime
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Metadata Extractor
A [Next.js](https://nextjs.org/) project designed to easily extract and view the embedded metadata from images. Get detailed insights on EXIF, IPTC, or XMP data in seconds.
This project was bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/exaluc/ime
```2. Change to the project directory:
```bash
cd ime
```3. Install the dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
```4. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```5. Open [http://localhost:3000](http://localhost:3000) with your browser to explore the `Image Metadata Extractor`.
Begin by editing the main page in `app/page.js`. Any changes you make will be automatically reflected in the browser.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
If you're new to Next.js or wish to delve deeper:
- [Next.js Documentation](https://nextjs.org/docs) - Comprehensive guide on Next.js features and its API.
- [Learn Next.js](https://nextjs.org/learn) - An interactive Next.js tutorial.Feel free to explore [the Next.js GitHub repository](https://github.com/vercel/next.js/). Feedback and contributions to the community are always appreciated!
## Deployment on Vercel
Looking to deploy? Use the Vercel Platform, straight from the creators of Next.js.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fexaluc%2Fime)
For more details, consult the [Next.js deployment documentation](https://nextjs.org/docs/deployment).