acuity / README.md
inoculatemedia's picture
Upload 4 files
0223b04 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: AcuityAI
emoji: 
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
pinned: true
license: mit
short_description: High-performance AI Video Upscaler & Interpolator

⚡ AcuityAI Video Upscaler

AcuityAI is a high-performance video upscaling tool powered by RealESRGAN and OpenCV.

Features

  • ZeroGPU Support: Utilizes Hugging Face ZeroGPU for efficient, on-demand acceleration.
  • Multiple Models: Choose from a variety of optimized models for different content types (Anime, Live Action, etc.).
  • High Fidelity: Upscales videos with minimal artifacting using advanced AI pipelines.

How to Use

  1. Upload your video file.
  2. Select a Model from the dropdown menu.
    • OpenProteus_Compact_2x: Good all-rounder.
    • AnimeJaNai_...: Optimized for animation.
  3. Click Initialize Forge to start processing.
  4. Download the upscaled result when finished.

Technical Details

This Space runs a custom pipeline using:

  • OpenCV: For efficient video processing.
  • RealESRGAN: For AI super-resolution.
  • FFmpeg: For video encoding and audio merging.

Local Development

To run this locally, ensure you have the required dependencies installed (see Dockerfile) and run:

python app.py