Installation
Get started with QRyptoRAG by installing the qr-video-rag package from NPM.
You can add QRyptoRAG to your project using npm, yarn, or pnpm. The package includes FFmpeg for video processing.
NPM
npm install qr-video-ragYarn
yarn add qr-video-ragPNPM
pnpm add qr-video-ragSystem Requirements
- Node.js >= 18.0.0
- FFmpeg (automatically included via ffmpeg-static)