Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```