Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.