This repository contains an experimental GUI for browsing AFEC high-level databases using Tauri.
- 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.
- Tauri: Rust and a C++ Compiler - see Tauri's Prerequisites
- NPM: Download at Node.js
- 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