To run the application you need to have the following installed:
The codebase is structured as follows:
src/
contains the frontend code (Next.js project written in TypeScript)src-tauri/
contains the backend code (Tauri project written in Rust)src-tauri/vendor/
contains the algorithms that analyze the images (written in Python and C++)
Before you can run the application, you need to install the dependencies:
yarn install
To run the application in development mode, run the following commands:
yarn tauri dev
To build the application, run the following command:
yarn tauri build