https://github.com/argosopentech/metaltranslate
Customizable machine translation in C++
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Keywords
Repository
Customizable machine translation in C++
Basic Info
Statistics
- Stars: 49
- Watchers: 4
- Forks: 13
- Open Issues: 4
- Releases: 0
Topics
Metadata Files
README.md
MetalTranslate
Customizable machine translation in C++
MetalTranslate downloads and runs a pretrained CTranslate2 translation model and SentencePiece tokenizer model to translate locally with C++.
Quickstart
Linux
Tested on Ubuntu 22.04
``` git clone --recursive https://github.com/argosopentech/MetalTranslate.git cd MetalTranslate ./init ./build.sh ./build/metaltranslate "Hello world" en es
```
Windows
The as-shura/MetalTranslate fork works on Windows.
Usage
MetalTranslate is designed to be experimental and used as a template for doing machine translation in C++. You will need to modify the source code for most use cases.
Owner
- Name: Argos Open Tech
- Login: argosopentech
- Kind: user
- Location: Ithaca, NY
- Website: www.argosopentech.com
- Twitter: argosopentech
- Repositories: 86
- Profile: https://github.com/argosopentech
GitHub Events
Total
- Issues event: 1
- Watch event: 11
- Issue comment event: 6
- Fork event: 4
Last Year
- Issues event: 1
- Watch event: 11
- Issue comment event: 6
- Fork event: 4
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| P.J. Finlay | p****t@g****m | 36 |
| Argos Open Tech | 4****h | 8 |
| Niyaz | n****v@g****m | 1 |
| Sagleft | s****t@i****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 4
- Total pull requests: 3
- Average time to close issues: 9 months
- Average time to close pull requests: 2 months
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 2.75
- Average comments per pull request: 1.67
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- GabrielNSD (1)
- as-shura (1)
- leedors527 (1)
- programmin1 (1)
- xinliu9451 (1)
Pull Request Authors
- Sagleft (2)
- as-shura (1)
- mnink275 (1)