Skip to content

Releases: eagledot/hachi

v1.3

02 Dec 11:57
Compare
Choose a tag to compare
  • Face Clustering improvements.
  • New meta index backend. (resulting in much faster modifications and updates)
  • Front end improvements , removed redundant API requests.
  • Lots of minor changes leading to much faster and robust rendering of results.
  • portable windows (hybrid -> webview + native win32) app for one click run. (beta version)

Credits:
@akshaymalik1995 for help in front-end development and bug testing.

1.2

28 Oct 06:26
Compare
Choose a tag to compare
1.2

Full Back-end and Front-end rewrite.

Architecture has been re-written from scratch to support meta-data and Semantic search for the resources.
For now support only IMAGES.
Much better UX and UI.
Much faster queries and rendering of results.

This release would be in-compatible with previous versions, but supposed to be compatible with future releases with 2.0 being a stable release.

Please shift to this version by following guidelines in readme.

v1.1

24 Jun 07:26
Compare
Choose a tag to compare

What's Changed

  • Updated video decoding code allowing much faster indexing for videos.

  • Streaming video meta-data to hide latency, earlier request stalled until meta-data for videos in a directory was being collected. Very responsive.

  • Include/scan sub-directories too (optional) , while loading a specific video directory.

  • stateless indexing status, rather than using SSE events and complex logic with queues. Scalable and robust.

  • a minor memory leak plugged for windows based python module.

  • Formatting python files using 'black' module by @kuldeepx in #1

  • hachi frontend svelte project files by @kuldeepx in #2

Full Changelog: v1.0...v1.1

V1.0 Release

23 Mar 04:25
Compare
Choose a tag to compare
v1.0

clip python module