W33D / what_the_thing

Point camera at things to learn how to say them in a different language. Android app built with React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What the Thing ?

Point camera at things to learn how to say them in a different language.
Native Android App built with React Native.

Made it as a part of my learning process of React and React Native.

Inspired by Thing Translator by dmotz.

ezgif-2-c2d47b51b0      58e4ef22e1d7d646107794

How it works ?

It uses

Try it ?

Have a look at the React-native Docs to set up a development environment for React-native and Android.

# Install react-native
sudo npm install -g react-native-cli

# Clone repository
git clone https://github.com/vigzmv/what_the_thing.git
cd what_the_thing

Get your free API keys from Clarifai and Yandex. It is easy and free.
Place them in ./apiKeys.json.

# Install required packages
yarn install || npm install

# Install the project on device
# This will install the application on a running Android emulator or a connect Android device
react-native run-android

# Run the server/bundler
react-native start

# Done !

I would be releasing a signed apk package soon which could be installed directly to device for usage.

Contribute ?

  • Fork the repository
  • Commit your changes
  • Submit a pull request

Licence

MIT Licence © Vignesh M

About

Point camera at things to learn how to say them in a different language. Android app built with React Native.

License:MIT License


Languages

Language:JavaScript 63.5%Language:Objective-C 19.4%Language:Java 9.9%Language:Python 7.2%