Skip to content

Thing Translator是一个网页实验,让你的手机用不同的语言来识别现实对象。这个应用完全应用web技术并且整合了Google的两个机器学习的API - Cloud Vision 来做图片识别, Translate API 来做 神经语言翻译。

License

Notifications You must be signed in to change notification settings

summerskyhk/thing-translator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try the live demo here.

Thing Translator is a web app that lets you point your phone (or laptop) at stuff to hear to say it in a different language. It was developed as part of Google's AI Experiments project. You can try the app here.

Behind the scenes Thing Translator is using Google's Cloud Vision and Translate APIs.

Development

To start a development server on 9966 that will watch for code changes simply run:

$ npm run dev

To optimize the output for production run:

$ npm run bundle

Caveats

Unfortunately this experiment does not work on iOS or desktop Safari (at least until Apple allows camera access from the web).

If you'd like to create a fork or a similar project, you'll need to setup some API keys on Google Cloud Platform.

About

Thing Translator是一个网页实验,让你的手机用不同的语言来识别现实对象。这个应用完全应用web技术并且整合了Google的两个机器学习的API - Cloud Vision 来做图片识别, Translate API 来做 神经语言翻译。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • CSS 27.1%
  • HTML 3.5%