Commit graph

46 commits

Author SHA1 Message Date
Denis-Cosmin NUTIU
ccd463d3f5 add module-info.java 2024-03-30 13:08:15 +02:00
Denis-Cosmin NUTIU
3b717d3861 extract common ai-related functionality into img-ai 2024-03-30 12:11:39 +02:00
Denis-Cosmin NUTIU
cdc4214789 update gradle config 2024-03-30 11:43:31 +02:00
Denis-Cosmin NUTIU
5c7fbdfc27 update readme.md 2024-03-30 11:23:37 +02:00
Denis-Cosmin NUTIU
ea01f6df91 split ImageTagger into subproject img-ui 2024-03-30 11:20:48 +02:00
4f4e813c3c add application version to jlink build 2024-03-27 23:53:34 +02:00
f37952ae41 close image tagger 2024-03-27 23:50:46 +02:00
a61c86b433 bump version 2024-03-27 23:38:41 +02:00
ac7615356f add tests for ImageTagsPrediction 2024-03-27 23:37:44 +02:00
Denis-Cosmin NUTIU
80dd84d657 setup dock icon for macos 2024-03-24 19:22:25 +02:00
fce5bc754f add missing docstrings 2024-03-24 18:59:40 +02:00
9b87c40b60 add application icon 2024-03-24 18:56:28 +02:00
10bfe3177e update readme.md 2024-03-24 15:23:13 +02:00
bdd76877ef change the resource path where AI models are stored 2024-03-24 15:21:57 +02:00
146db2c9c0 implement cancel operation for image tagging 2024-03-24 12:02:07 +02:00
4ef219a8c1 Implement graceful shutdown 2024-03-23 23:40:27 +02:00
13c41be45e refactor project structure 2024-03-23 23:20:19 +02:00
a91cee861a pass CLI args to MainPage 2024-03-23 23:04:00 +02:00
e00c4f8106 update build.gradle: fix jlink dist name 2024-03-23 22:56:15 +02:00
c9b28fccc1 update readme.md 2024-03-23 22:11:50 +02:00
5ed8fc161c Fix app name for jlinkZip gradle task 2024-03-23 22:07:33 +02:00
Denis-Cosmin NUTIU
27e8ce27e4 add ikonli dependencies to module-info.java 2024-03-23 22:04:03 +02:00
Denis-Cosmin NUTIU
dcaa00a7aa fix progress bar padding 2024-03-23 21:38:50 +02:00
Denis-Cosmin NUTIU
6bda1dbe06 add log when model or categories file is not found 2024-03-23 21:36:55 +02:00
0832a86810 improve UI by adding a background to images 2024-03-23 17:37:15 +02:00
395abd78b5 update readme.md 2024-03-23 17:37:02 +02:00
5b0c87f3d3 fix paddings in UI 2024-03-23 16:41:06 +02:00
ae202bdf34 add padding to progressbar 2024-03-23 16:33:37 +02:00
298149dfdb Add icon to tag images button 2024-03-23 16:15:23 +02:00
1a6c472470 update readme.md 2024-03-22 23:23:38 +02:00
6e5abc76de add license 2024-03-22 23:22:21 +02:00
b4fb4922ff refactor MainPageController 2024-03-22 23:19:41 +02:00
007ce37031 refactor image prediction to use thread pool 2024-03-22 23:16:56 +02:00
9831b7acb7 add kotlin coroutines dependency 2024-03-22 22:28:43 +02:00
8e311a5865 implement progress bar 2024-03-22 22:21:21 +02:00
88754a798a update layout 2024-03-22 22:05:51 +02:00
9e95bc729b update build.gradle 2024-03-22 22:01:40 +02:00
2f2ae2d03e update gitignore 2024-03-22 22:01:40 +02:00
54547d4302 add readme.md 2024-03-22 22:01:40 +02:00
Denis-Cosmin NUTIU
cdfb50f82f move custom control into controls package 2024-03-21 23:23:58 +02:00
Denis-Cosmin NUTIU
9873616afc fix custom control 2024-03-21 23:19:53 +02:00
Denis-Cosmin NUTIU
e221b6d06c implement basic UI 2024-03-21 22:36:26 +02:00
f66413710b load model from resource files 2024-03-19 18:18:29 +02:00
cf7b4bd6eb predict sample image 2024-03-19 15:37:18 +02:00
0c345ce398 use ui subpackage 2024-03-19 14:16:49 +02:00
fbede75a13 initial commit 2024-03-19 14:11:11 +02:00