Kantu

GitHub: https://github.com/HuakunShen/kantu

Deployment:

Kantu is a image browser with some cool features I implemented for my other machine learning projects.

It is mainly a desktop application built with Tauri and Nuxt. I also built a web version with Nuxt with limited features.

Features

  • Image Browser
    • Browse images in a given folder on desktop
  • Image labelling, you can label images with keyboard
    • I am too lasy to label images using mouse, so I implemented this feature which allows me to label images using keyboard. When I press the keyboard arrow keys, the images will be swiped left and right.
    • After labelling, the labels will be saved in a json file in the same folder.
  • Image slideshow, you can play a slideshow of images in a given folder

Supported Platforms

  • Windows, Mac, Linux
  • Web

Plan to Support

  • iOS, Android

Tech Stack