Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
---
|
2 |
title: Sugoi V4
|
3 |
emoji: 🐳
|
@@ -9,3 +11,10 @@ license: mit
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# About
|
2 |
+
|
3 |
---
|
4 |
title: Sugoi V4
|
5 |
emoji: 🐳
|
|
|
11 |
pinned: false
|
12 |
---
|
13 |
|
14 |
+
[Sugoi](https://huggingface.co/JustFrederik/sugoi-v4-ja-en-ct2) is a well-known lightweight Japanese to English translator. It can run on the average workstation, without a GPU. This space can run in a free hugging face space.
|
15 |
+
|
16 |
+
## How it works
|
17 |
+
|
18 |
+
The Flask server serves a rudimental web GUI and a rudimental web API that connects with a Redis server, which manages a queue to the model.
|
19 |
+
|
20 |
+
|