Skip to content

Filonov

When dealing with huge amounts of media (video, images, texts) it might be hard to identify which creative approaches work the best since actual performance is usually evaluated on a single medium.

Key features

Installation

pip install filonov
uv add filonov

Usage

filonov consists of two major parts:

  • Data Pipeline
  • Data Visualization

Generating files

filonov \
  --source googleads \
  --googleads.account=ACCOUNT_ID \
  --media-type IMAGE
filonov-ui

Visualizing data

Serveless

Data Visualization is a web application uniformly accessible for all users from http://filonov-ai.web.app.

It's deployed to Firebase Static Hosting and implemented as serverless web application where users can open data files generated with the Data Pipeline.

Self-hosted

Filonov UI can be run locally.

  • Install the dependencies
npm install
  • Start the app in development mode (hot-code reloading, error reporting, etc.)

    quasar dev
    

  • Build the app for production

    quasar build