update readme.md

This commit is contained in:
Denis-Cosmin NUTIU 2024-03-30 11:23:37 +02:00
parent ea01f6df91
commit 5c7fbdfc27
4 changed files with 29 additions and 31 deletions

View file

@ -4,35 +4,11 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="dac8f85c-5bd6-4e05-9520-9e6a91c7f78e" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/img-ui/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/gradle.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build.gradle" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/application.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/image-analysis.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/gradle/wrapper/gradle-wrapper.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/gradle/wrapper/gradle-wrapper.properties" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/gradlew" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/gradlew.bat" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/settings.gradle" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/module-info.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/kotlin/dev/nuculabs/imagetagger/ai/ImageTagsPrediction.kt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/kotlin/dev/nuculabs/imagetagger/ui/MainPage.kt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/kotlin/dev/nuculabs/imagetagger/ui/MainPageController.kt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/kotlin/dev/nuculabs/imagetagger/ui/controls/ImageTagsEntryControl.kt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/dev/nuculabs/imagetagger/ai/prediction_categories.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/dev/nuculabs/imagetagger/ui/controls/image-tags-entry.fxml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/dev/nuculabs/imagetagger/ui/image-analysis.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/dev/nuculabs/imagetagger/ui/main-window-view.fxml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/kotlin/ai/ImageTagsPredictionTests.kt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/resources/ai/timisoara-bega.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/resources/ai/timisoara-threes.jpg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/resources/ai/timisoara-water-tower.jpg" beforeDir="false" />
<list default="true" id="dac8f85c-5bd6-4e05-9520-9e6a91c7f78e" name="Changes" comment="split ImageTagger into subproject img-ui">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/img-ui/docs/application.png" beforeDir="false" afterPath="$PROJECT_DIR$/docs/application.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/img-ui/docs/image-analysis.png" beforeDir="false" afterPath="$PROJECT_DIR$/docs/image-analysis.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/readme.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -120,6 +96,15 @@
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/img-ui" />
<recent name="$PROJECT_DIR$" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$" />
</key>
</component>
<component name="RunManager">
<configuration name="img-ui [run]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
<ExternalSystemSettings>
@ -164,13 +149,26 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1711789328334</updated>
<workItem from="1711789330084" duration="954000" />
<workItem from="1711789330084" duration="1266000" />
</task>
<task id="LOCAL-00001" summary="split ImageTagger into subproject img-ui">
<option name="closed" value="true" />
<created>1711790450344</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1711790450344</updated>
</task>
<option name="localTasksCounter" value="2" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="split ImageTagger into subproject img-ui" />
<option name="LAST_COMMIT_MESSAGE" value="split ImageTagger into subproject img-ui" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>

View file

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB

View file

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -29,7 +29,7 @@ The release archive is in the [releases page](https://github.com/dnutiu/ImageTag
To build from source you will need Java 17 JDK and Gradle.
Due to some GitHub limitations that do not allow me to upload large files, you'll need to download the AIModels
zip file which contains the deep learning models and place them into the `ImageTagger/src/main/resources/dev/nuculabs/imagetagger/ai` path.
zip file which contains the deep learning models and place them into the `ImageTagger/img-ui/src/main/resources/dev/nuculabs/imagetagger/ai` path.
To build the project run: