https://github.com/headless-start/python-translation-googletrans
This repository contains translation from Hindi to English using googletrans API.
https://github.com/headless-start/python-translation-googletrans
github googletrans jupyter-notebook pandas python3
Last synced: about 2 months ago
JSON representation
This repository contains translation from Hindi to English using googletrans API.
- Host: GitHub
- URL: https://github.com/headless-start/python-translation-googletrans
- Owner: headless-start
- License: mit
- Created: 2025-02-07T14:03:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T09:05:26.000Z (4 months ago)
- Last Synced: 2025-02-08T10:19:05.196Z (4 months ago)
- Topics: github, googletrans, jupyter-notebook, pandas, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hindi to En,De,Pl Translation using Googletrans API
## 📌 Project Overview
This project demonstrates the **translation of 1000 Hindi words into English** using the **Google Translate API** via the `googletrans` library. The project automates the translation process, making it efficient and scalable for large datasets.**Input**: 1000 Hindi words
**Output**: Translated English words
**Library**: `googletrans`---
## 🚀 Key Features
1. **Translation Automation**:
- The `googletrans` library is used to translate Hindi words into English.
- The library supports batch translation, making it efficient for large datasets.---
## 🔍 How It Works
1. **Installation**:
- Install the `googletrans` library using pip:
```bash
pip install googletrans==4.0.0-rc1
```
2. **Loading Hindi Words**:
- The 1000 Hindi words are loaded from a .csv file "hindi_names.csv".
3. **Translation Process**:
- The `Translator` class from `googletrans` is used to translate each word.
4. **Output**:
- The translated English words are displayed or can be saved for further use.---
## 🛠 System Requirements
### Dependencies
- Python 3.8+
- Libraries: `googletrans`
- Internet connection (required for API access)---
## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.