This is a package to quickly rewrite articles in english. The way it which it is made is to translate the input document into another language and back to english multiple times. Currently, it uses google translate for this, but could be updated with better language models and methods. PRs are welcome.
- Install all the packages:
pip3 install -r requirements.txt
- Run the demo:
streamlit run rewrite.py
- View the Streamlit app in your browser:
http://localhost:8501
See LICENSE for details.