Bntranslit

Latest version: v2.1.0

Safety actively analyzes 625051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.0

BNTRANSLIT
A Deep learning-based transliteration app for Bangla word

How to use
- Install by `pip install bntranslit`
- download pre-trained model from [here](https://drive.google.com/file/d/1sJlfPwkALKsjlVq-skIo5hnho-QZUKbc/view?usp=sharing)
- run following API code
py
from bntranslit import BNTransliteration

model_path = "bntranslit_model.pth"
bntrans = BNTransliteration(model_path)
word = "aami"
output = bntrans.predict(word, topk=10)
output: ['আমি', 'আমী', 'অ্যামি', 'আমিই', 'এমি', 'আমির', 'আমিদ', 'আমই', 'আমে', 'আমিতে']

1.0.0

BNTRANSLIT
A Deep learning-based transliteration app for Bangla word

How to use
- Install by `pip install bntranslit`
- download pre-trained model from [here](https://drive.google.com/file/d/1sJlfPwkALKsjlVq-skIo5hnho-QZUKbc/view?usp=sharing)
- run following API code
py
from bntranslit import BNTransliteration

bntrans = BNTransliteration()

model_path = "bntranslit_model.pth"
word = "vaat"
output = bntrans.predict(model_path, word, topk=10)
output: ['ভাট', 'ভাত', 'ভাঁট', 'ওয়াট', 'ভাঁত', 'ভোট', 'ভাঠ', 'ভাদ', 'ভট', 'ভ্যাট']

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.