Back to Docs

Pix3lSense

Pix3lSense is an AI-powered image analysis and cataloging system built with C++ and Qt. It automatically organizes, analyzes, and categorizes image collections using advanced machine learning.

Repository: github.com/Pix3ltools-lab/pix3lsense

Tech Stack

Building from Source

Prerequisites

Build

git clone https://github.com/Pix3ltools-lab/pix3lsense.git
cd pix3lsense

mkdir build && cd build
cmake ..
cmake --build . --config Release

For more details, refer to the README in the repository.