Skip to content

Innovation Lab project of the UAS Technikum Wien. Its core purpose is the automatic recognition and classification of muscle fibers in a microscope image.

Notifications You must be signed in to change notification settings

inno-muskelanalyse/inno-muskelanalyse

Repository files navigation

INNO-Muskelanalyse

Requirements (for development)

To run the application you need to have the following installed:

Codebase structure

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++)

Development

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

Building

To build the application, run the following command:

yarn tauri build

About

Innovation Lab project of the UAS Technikum Wien. Its core purpose is the automatic recognition and classification of muscle fibers in a microscope image.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages