Skip to content

Real-Time Neural Enhancement for HTTP Adaptive Streaming with WebGPU

Notifications You must be signed in to change notification settings

cd-athena/NeVES

Repository files navigation

NeVES

App Screenshot

Real-Time Neural Enhancement for HTTP Adaptive Streaming with WebGPU. This project integrates the webgpu-neural package with dashjs to run neural enhancement for HTTP Adaptive Streaming using WebGPU.


🚧 Requirements

  • Node.js (version 16 or higher recommended)
  • npm (comes with Node.js)
  • Next.js (installed via npm install)

📦 Setup Instructions

1. Install and Build webgpu-neural Package

cd webgpu-neural
npm install
npm run build

2. Link and Set Up Main Project

cd ..
npm install
npm link webgpu-neural
npm run build

3. Start Development Server

npm run dev

4. Access the App

Once the server is running, open your browser and go to:

http://localhost:3000

About

Real-Time Neural Enhancement for HTTP Adaptive Streaming with WebGPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published