andrewyng / translation-agent

MIT License
3.8k stars 403 forks source link

A web UI for translation-agent #23

Open pisces76 opened 2 weeks ago

pisces76 commented 2 weeks ago

I have developed a web UI for Andrew's translation-agent, which integrates the non-openAI LLMs as the translation engine and visually presents the internal process of agent translation. The source code can be accessed at here and a live demo is available at hf space

enismaxim1 commented 1 week ago

Links are broken (you're including punctuation in the URL).

snekkenull commented 1 week ago

Great job, I star it recently. I also made a gradio webUI for translation-agent for my needs, Tokenize the texts to get diff and use llama-index to support more models, e,g, Groq, Huggingface Inference, ollama, etc. :) Codes HF demo

pisces76 commented 1 week ago

Links are broken (you're including punctuation in the URL).

Thanks for your remind. I have updated the right link.

pisces76 commented 1 week ago

Great job, I star it recently. I also made a gradio webUI for translation-agent for my needs, Tokenize the texts to get diff and use llama-index to support more models, e,g, Groq, Huggingface Inference, ollama, etc. :) Codes HF demo

Hi, your work is great too, but the HF demo link is wrong :-)

j-dominguez9 commented 6 days ago

Hi @snekkenull , thank you for your work and suggestions. Would you be interested in collaborating to offer a gradio implementation for this repository, so that people can run it locally? If so, we can start with making a PR and putting the code in a app/ directory.

Hi @pisces76 many thanks for your work and starting this issue. We are going to start with the other UI, since it is more comprehensive. We would very much welcome and appreciate your collaboration with the PR and development.

snekkenull commented 6 days ago

Thank you so much! 😊@j-dominguez9 I make a new version, now support to run it locally. Now it also support read document to translate, and individual model for reflection. My PR here. Add webui App

j-dominguez9 commented 2 days ago

@snekkenull thanks for your work on this! Will run and test it today and get back to you if there should be any changes.