rjarman / googletranslate

This is the demo explanation for google translator using googletrans library. It converts english sentences to bengali using google translator API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

googletranslate

This is the demo explanation for google translator using googletrans library. It converts english sentences to bengali using google translator API. Here I have used .xlsx. Every row is translated and saved to .csv format.

Sample .csv contains 10 rows but the actual program .ipynb can be used to generate as much as you can because I have removed the df = df[:10] from the code.

Sample Images

  • Original Original Dataset Sample
  • Translated Translated Dataset Sample

About

This is the demo explanation for google translator using googletrans library. It converts english sentences to bengali using google translator API.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%