/HelsinkiNLP-tests

Translation tests done with Helsinki-NLP

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Test translation with Helsinki-NLP and MarianMT


Streamlit is used for gui and hosting Not tested, do not use in production

A couple of small tests done with machine translation.
Code is small and easy to read.

Live version:

https://tr-en-pt.streamlit.app/
https://tr-ua-pt.streamlit.app/
(sometimes the app crashes or goes over the free limit
works without any troubles locally)


Open a command prompt and cd to a new directory of your choosing:

(optional; recommended) Create a virtual environment with:

python -m venv "venv"
venv\Scripts\activate

To use locally enter git clone https://github.com/vluz/HelsinkiNLP-tests.git
Then issue pip install -r requirements.txt and let it finish
To run do streamlit run trUAPT.py
or
streamlit run trENPT.py

It'll open the gui in your default browser