Skip to content

mozillahispano/article-localizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mozilla-blog-translate

Dependencies

  • Flask
  • google-cloud-translate
  • beautifulsoup4
  • gunicorn (optional to deploy)

Requirements

  • a api-key of google translate api

Test on development

  1. declares an environment variable with the path to the .json file of the Google translate api-key
  2. Execute python app.py
  3. Open a web browser and go to http://127.0.0.1:5000

Deploy

  1. declares an environment variable with the path to the .json file of the Google translate api-key
  2. Execute gunicorn -b 0.0.0.0:8000 app:app

About

Tool to create a machine translation version of popular Mozilla blog articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published