All Projects → dmotz → Thing Translator

dmotz / Thing Translator

Licence: mit
📷 🗣 Point your camera at things to hear how to say them in a different language

Programming Languages

javascript
184084 projects - #8 most used programming language
language
365 projects

Projects that are alternatives of or similar to Thing Translator

Snapchat Clone
👻 A SnapChat clone built with React, Redux and Typescript. Styled with SASS. Tested with Cypress, Jest and Enzyme. Linted with Eslint and formatted with Prettier!
Stars: ✭ 770 (-37.45%)
Mutual labels:  camera, frontend
Homebridge Unifi Protect Camera Motion
Camera & Motion sensor support for Unifi Protect cameras in Homekit via Homebridge
Stars: ✭ 79 (-93.58%)
Mutual labels:  camera
Frontend Notes
An attempt to document what's happening on the client-side
Stars: ✭ 76 (-93.83%)
Mutual labels:  frontend
Web Apps Old
The frontend for ONLYOFFICE Document Server which builds the program interface
Stars: ✭ 77 (-93.74%)
Mutual labels:  frontend
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-93.83%)
Mutual labels:  frontend
Spectaculum
A spectacular view widget for visual media content on Android
Stars: ✭ 78 (-93.66%)
Mutual labels:  camera
Gremlins.js
Monkey testing library for web apps and Node.js
Stars: ✭ 8,790 (+614.05%)
Mutual labels:  frontend
React Native Picker Select
🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
Stars: ✭ 1,229 (-0.16%)
Mutual labels:  frontend
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (-0.97%)
Mutual labels:  frontend
Rpicam
Raspberry PI Surveillance Automation
Stars: ✭ 77 (-93.74%)
Mutual labels:  camera
Nuxt Chat App
Frontend of real-time chat application built using nuxtjs, socket.io. Check the backend at https://github.com/binbytes/chat-app-server.
Stars: ✭ 77 (-93.74%)
Mutual labels:  frontend
Cordova Plugin Camera Preview Sample App
cordova-plugin-camera-preview Sample App
Stars: ✭ 76 (-93.83%)
Mutual labels:  camera
Urbannavdataset
UrbanNav: an Open-Sourcing Localization Data Collected in Asian Urban Canyons, Including Tokyo and Hong Kong
Stars: ✭ 79 (-93.58%)
Mutual labels:  camera
Iwanttoworkatnuveo
Você é pessoa desenvolvedora? Quer trabalhar com Inteligência artificial? Esse repositório é pra você!
Stars: ✭ 76 (-93.83%)
Mutual labels:  frontend
Moo Css
模块化面向对象的css写法规范策略。适用于大中小型C端项目样式开发,旨在提高开发和维护效率。
Stars: ✭ 79 (-93.58%)
Mutual labels:  frontend
Axentix
Axentix is an open source Framework based on CSS Grid using HTML, CSS and JS. The easy layout control and grid system makes it one of the most easy to learn framework.
Stars: ✭ 75 (-93.91%)
Mutual labels:  frontend
Seed Rs Realworld
Exemplary real world application built with Seed
Stars: ✭ 77 (-93.74%)
Mutual labels:  frontend
Pktriggercord
Remote control for Pentax DSLR cameras
Stars: ✭ 76 (-93.83%)
Mutual labels:  camera
Sift.js
Use Mongodb queries in JavaScript
Stars: ✭ 1,229 (-0.16%)
Mutual labels:  frontend
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-93.58%)
Mutual labels:  camera

Thing Translator

An AI Experiment

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 start

You will need to set your API key in src/config.js.

To optimize the output for production, run:

$ npm run build

For production builds, replace the contents of the api_key file with your production key.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].