Skip to content

Translate SDMX artefacts for use in your local language

License

Notifications You must be signed in to change notification settings

cpoly-org/SdmxCodelistTranslator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sdmx Codelist Translator

Get a SDMX codelist from a remote repository and translate it into your favourite language.

translate.py uses online resources

translate-hub.py uses local Hugging Face model Please check cudacheck.py for available GPU resources

Use python 3.11 or lower. Transformers and other dependencies are not available (yet) for 3.12

Setup VS Code

clone repo :

git clone https://github.com/statistiekcbs/SdmxCodelistTranslator.git

create a virtual environment (venv)

  • in Visual Code : F1 -> Python Create Environment ...
  • CLI
python -m venv .

install packages

  • CLI :
pip -r requirements.txt
  • VS Code : Mark requirements.txt checkbox during creation of the virtual environment

About

Translate SDMX artefacts for use in your local language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%