You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anuvaad is an AI based open source Document Translation Platform to translate documents in Indic languages at scale. Anuvaad provides easy-to-edit capabilities on top the plug & play NMT models. Separate instances of Anuvaad are deployed to Diksha (NCERT), Supreme Court of India (SUVAS) and Supreme Court of Bangladesh (Amar Vasha).
Block Segmenter | Handles layout detection miss-classifications , region unifying.
29
32
Word Detector | Word detection.
30
33
Block Merger | An OCR system that extracts texts, images, tables, blocks etc from the input file and makes it avaible in the format which can be utilised by downstream services to perform Translation. This can also be used as an independent product that can perform OCR on files, images, ppts, etc.
31
-
Translator | Translator pushes sentences to [OpenNMT](https://opennmt.net/) which are translated and pushed back during the document translation flow.
34
+
Translator | Translator pushes sentences to IndicTrans which are translated and pushed back during the document translation flow.
32
35
Content Handler | Repository Microservice which maintains and manages all the translated documents
33
36
Translation Memory X(TMX) | System translation memory to facilitate overriding NMT translation with user preferred translation. TMX provides three levels of caching - Global , User , Organisation.
34
37
User Translation Memory(UTM) | System tracks and remembers individual user translations or corrected translations and applies automatically when same sentences are encountered again.
@@ -41,13 +44,13 @@ Component | Details
41
44
[Google Vision](https://cloud.google.com/vision) | Used for OCR in Document Digitization v1.0 , v1.5. Replaced with custom trained Tesseract in latest versions.
42
45
[CRAFT](https://github.com/clovaai/CRAFT-pytorch) | Used for Line detection.
43
46
[Tesseract](https://github.com/tesseract-ocr) | Custom trained Tesseract used for OCR.
44
-
[OpenNMT](https://opennmt.net/) | Custom trained OpenNMT used for translation.
47
+
[IndicTrans](https://github.com/AI4Bharat/indicTrans) | Custom trained Indic NMT model used for translation.
45
48
46
49
### Technology Stack ###
47
50
48
51
Component | Details
49
52
------------- | -------------
50
-
[Apache Kafka](https://kafka.apache.org/) | Translator and [OpenNMT](https://opennmt.net/) are integrated through Kafka messaging.
53
+
[Apache Kafka](https://kafka.apache.org/) | Translator and [IndicTrans](https://github.com/AI4Bharat/indicTrans) are integrated through Kafka messaging.
51
54
[MongoDB](https://www.mongodb.com/) | Primary data storage.
52
55
[Redis](https://redis.io/) | Secondary in memory storage.
53
56
Cloud Storage | Samba storage is used to store user input files.
0 commit comments