The jac_misc
package contains a collection of miscellaneous models that can be used to perform various tasks such as translation, pdf extraction, personalized head etc. following is a list of all the models available in the jac_misc
package.
Each module can be installed individually or all at once. To install all modules at once.
pip install jac_misc[all] # Installs all the modules present in the jac_misc package
pip install jac_misc[translator] # Installs the translator module present in the jac_misc package
pip install jac_misc[cluster,pdf_ext] # Installs the cluster and pdf_ext module present in the jac_misc package
Module | Model Name | Example | Type | Status | Description | Resources |
---|---|---|---|---|---|---|
translator |
Text Translation | Link | No Training req. | Ready | Text Translation for 50 languages to 50 languages | Multilingual Denoising Pre-training for Neural Machine Translation, Huggingface MBart Docs |
cluster |
Text Cluster | Link | No Training req. | Experimetal | Indentifying Posible Similar Clusters in Set of Documents | UMAP , HBDSCAN |
pdf_ext |
PDF Extractor | Link | No Training req. | Ready | Extract content from a PDF file via PyPDF2 | Doc. |
ph |
Personalized Head | Link | Training Req. | Experimental | Extract content from a PDF file via PyPDF2 |
To load the jac_misc.translator
package into jaseci in local environment, run the following command in the jsctl console.
jsctl > actions load module jac_misc.translator