Release EdgeKit 2.0 Released

SpinForge AI — Installation

Install and run SpinForge AI locally, including FFmpeg setup for each operating system.

Prerequisites

  • Python 3.11 or newer
  • FFmpeg (recommended for production-quality MP4 output; an OpenCV fallback is used when FFmpeg is unavailable)

Install dependencies

pip install -r requirements.txt

Run locally

python app.py

Then open the generator:

http://localhost:5000/tools/image-to-360-spin-video

FFmpeg setup

FFmpeg is recommended for production-quality MP4 output.

Windows

  1. Download FFmpeg from https://ffmpeg.org/download.html.
  2. Add the bin folder to your system PATH.
  3. Verify with ffmpeg -version.

macOS

brew install ffmpeg

Linux

sudo apt update
sudo apt install ffmpeg