Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hust-open-atom-club/lt
LT(LLM Translator) is a autonomous agent to help translate kernel doc
https://github.com/hust-open-atom-club/lt
Last synced: 28 days ago
JSON representation
LT(LLM Translator) is a autonomous agent to help translate kernel doc
- Host: GitHub
- URL: https://github.com/hust-open-atom-club/lt
- Owner: hust-open-atom-club
- License: gpl-3.0
- Created: 2024-06-07T15:28:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T11:50:31.000Z (7 months ago)
- Last Synced: 2024-11-07T03:12:16.545Z (3 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LT
LT(LLM Translator) is autonomous translate agent that helps with Linux Kernel docs' translation.## Run locally
```
git clone https://github.com/open-atom-hust-club/LT.git
cd LT
pdm install
./translate.sh ./lwn dev-tools llama3 # translate dev-tools directory using llama3
```