A graphql API build using ariadne python that serves a graphql-endpoint at port 3002 to perform language translation
Language Translation and Identification
this machine/deep learning api that will be served as a graphql-api
using ariadne, to perform the following tasks.
1. Language Identification
Identifying the language which the text belongs to using a simple text classification model. This model will be able to identify 7 different languages:
- english (en)
- french (fr)
- german (de)
- spanish (es)
- italian (it)
- portuguese (pt)
- swedish (sw)
2. Language Translation
Language translation offers a bi-direction english to another language translation for example `english-to-french`. The model translation api will be able to translate the following languages:
- eng-de (english to german)