Mayo commited on
chore: reorganize README structure and add models section
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
-
# Koharu
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
##
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|