Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperfocusartisan/high-quality-still-finder
Image Quality Assessment of specified Folders with Gallery powered by Electron and Nuxt
https://github.com/hyperfocusartisan/high-quality-still-finder
electron electron-app electron-vue electronjs image image-classification image-processing image-quality-assessment iqa nuxt nuxt3 nuxtjs nuxtui video-to-images
Last synced: about 2 months ago
JSON representation
Image Quality Assessment of specified Folders with Gallery powered by Electron and Nuxt
- Host: GitHub
- URL: https://github.com/hyperfocusartisan/high-quality-still-finder
- Owner: HyperfocusArtisan
- License: mit
- Created: 2024-07-25T07:34:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T23:00:56.000Z (3 months ago)
- Last Synced: 2024-09-23T17:32:48.069Z (about 2 months ago)
- Topics: electron, electron-app, electron-vue, electronjs, image, image-classification, image-processing, image-quality-assessment, iqa, nuxt, nuxt3, nuxtjs, nuxtui, video-to-images
- Language: TypeScript
- Homepage:
- Size: 2.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# High-Quality-Still Finder
## Overview
High-Quality-Still Finder is an advanced tool designed to dynamically scan folders for high-quality images and extract them individually. This tool aims to assist users in identifying and isolating the best images from a collection based on quality metrics.
## Features
- **Dynamic Folder Scanning**: Automatically scans specified folders for images and evaluates their quality.
- **High-Quality Image Extraction**: Extracts and saves high-quality images based on predefined quality criteria.
- **User-Friendly Interface**: Easy-to-use interface for selecting folders and viewing results.
- **Real-Time Updates**: Adjust quality thresholds dynamically using a slider to update the selection of high-quality images.## Upcoming Features
- **Video to Image Conversion**: Convert videos into image sequences.
- **High-Quality Still Extraction from Videos**: Extract high-quality stills from video sequences.## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/high-quality-still-finder.git
2. Navigate to the project directory:
```sh
cd high-quality-still-finder
3. Install the dependencies:
```sh
npm install## Usage
1. Start the application:
```sh
npm run dev:electron:win
2. Start the Python backend:
```sh
env/scripts/python.exe iqa/main.py## Contributing
We welcome contributions! Please read our contributing guidelines for more details.
## License
This project is licensed under the MIT License. See the LICENSE file for details.