Mayo commited on
Commit
a4f1e73
·
unverified ·
1 Parent(s): 7742b17

chore: reorganize README structure and add models section

Browse files
Files changed (1) hide show
  1. README.md +16 -10
README.md CHANGED
@@ -1,10 +1,16 @@
1
- # Koharu
2
-
3
- Automated manga translation tool with LLM, written in Rust.
4
-
5
- ## Development
6
-
7
- ### Prerequisites
8
-
9
- - Rust 1.85
10
- - Bun
 
 
 
 
 
 
 
1
+ # Koharu
2
+
3
+ LLM を使った自動漫画翻訳ツール。
4
+
5
+ Automated manga translation tool with LLM, written in Rust.
6
+
7
+ ## Models
8
+
9
+ - [comic-text-detector](https://github.com/dmMaze/comic-text-detector) - 漫画のセリフを検出するモデル
10
+
11
+ ## Development
12
+
13
+ ### Prerequisites
14
+
15
+ - Rust 1.85
16
+ - Bun