Code Monkey home page Code Monkey logo

csv-data-translation's Introduction

csv-data-translation


Translating datasets using Google Cloud Translate


Google Cloud Translation Setup

Using the Google Cloud Translation service requires creating a project in the Google Cloud portal, selecting the billing account (in case the free limit for API access is exceeded), and enabling the Cloud Translation API on the project. To authenticate API requests, run gcloud auth application-default login in your terminal – this will prompt you to enter your Google Cloud username and password in a browser.

Some useful links below to install gcloud and set up Google Cloud Translate.

Repo Setup

Now clone this repo and execute the following scripts to set up the environment.

cd processing
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Finally translate the data by running:

python3 translate.py

In this case, the dataset is in Chinese (simplified) and the records are exports to China from each Asian country between 2005 to 2023, acquired from official Chinese state website for the Belt and Road project.

csv-data-translation's People

Contributors

tobiasloader avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.