Spaces:
Sleeping
Apply for community grant: Personal project
This project is a demonstration of text generation based on Seq2Seq model trained and tested by Seq2SeqSharp. As we all know, Python is the most popular language in ML/AI research, however, in industry, especially some traditional areas, there are still tons of old (existing) code running every day and they were built by other languages, such as C/C++, C#, Java and others. To empower these programs and software by AI, I developed Seq2SeqSharp which is purely based on .NET which is able to run cross platforms, such as Windows/Linux/Mac, and different architectures, such as X86/X64/ARM64. So for those programs and software built by .NET, it could be very easy to integrate Seq2SeqSharp into themselves and leverage all cool features in AI. The repository is at https://github.com/zhongkaifu/Seq2SeqSharp
In this project, it's a demo for machine translation from English to Chinese. Input English text in textbox and click button "Generate Text", then the model will output translated Chinese text word by word. The model has been uploaded to Hugging Face(https://huggingface.co/zhongkaifu/mt_enu_chs)
Let me know if have any idea or suggestions on it. If you are interested in this project, please also let me know.
Thanks
Zhongkai Fu