Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.08 KB

AFEC-Explorer

This repository contains an experimental GUI for browsing AFEC high-level databases using Tauri.

Features

  • Shows high-level features of an AFEC high-level database in a grid.
  • Shows a 2d t-SNE cluster from the afec high-level classification data.
  • Hovering or clicking on a file in the grid or t-SNE map plays the audio file.
  • Simple file name based searching / filtering.

Please note: The explorer only consumes AFEC database file - it does not generate them. You can generate afec.db files with AFEC's crawler app first.

Screenshot

Development

Requirements

Building

  • Install node dependencies via npm install
  • Build and run a development build with hot-reloading: npm run tauri dev
  • Build a production binary: npm run tauri build