• Stars
    star
    546
  • Rank 81,396 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

What the Thing ?

Open Source Love    license    contributions welcome

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 ?

Concepts present in captured image are extracted and translated to the given language.

It uses

Download Signed Release for Android

what_the_thing_1.1.0-release.apk

Try it ?

Get the signed release apk for android from here or follow the steps to build it yourself.

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 application on a running Android emulator or a connected Android device
$ react-native run-android

# Run the server/bundler
$ react-native start

# Done !

For a build that doesn't reqire the development server:

# Bundle debug build
$ react-native bundle --dev false --platform android --entry-file index.android.js --bundle-output ./android/app/build/intermediates/assets/debug/index.android.bundle --assets-dest ./android/app/build/intermediates/res/merged/debug

# Create debug build
$ cd android && ./gradlew assembleDebug

# Generated apk will be located at android/app/build/outputs/apk. Install it with
$ adb install app/build/outputs/apk/app-debug.apk

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

Follow Github Flow to collaborate!

Licence

MIT Licence © Vignesh M

More Repositories

1

react-promise-suspense

A React hook for resolving promises with Suspense support. <1kb bundle.
TypeScript
162
star
2

IPFS-CRDT-shared-editing

Decentralized Real-Time Collaborative Documents - Conflict-free editing in the browser using js-IPFS and CRDTs.
JavaScript
44
star
3

timetable-generator

📆 Beautiful Auto timetable generator. Generates time-tables from a list of Teachers, Classes and Rooms. Single Page App Built With React & Firebase.
JavaScript
21
star
4

ChatUI

A Chatbot UI
CSS
19
star
5

webSocket-notifications

Websockets Notifications example. Node + Socket.io
JavaScript
14
star
6

Into-the-ReactJs

🚀 Code samples for my 'Getting started and advancing with ReactJs' Workshop at Facebook Dev Circle.
JavaScript
10
star
7

Lyricaly

🎵 Lyricaly gets Lyrics delivered to your Terminal for any Song. Uses Python beautifulsoup4 to scrap lyrics. pypi: lyricaly
Python
10
star
8

react-parcel-example

Simplest minimum viable React example app with Parcel Bundler
JavaScript
7
star
9

react-lazy-example

Example showcasing React.lazy
JavaScript
6
star
10

Django-Users-Boilerplate

🐍 A Django boilerplate with User Registeration, Login and Password change views. Uses django.auth
HTML
6
star
11

a-cashless-world

💸 Go cashless, because you will always find a spot where you can use your cashless payment method. 
Python
5
star
12

Auto

💻 Browser automation as a service. Web Automation for end-users/enterprises based on their recorded actions
JavaScript
5
star
13

micro-pdf

HTML in PDF out. Node Micro-service to convert HTML into PDFs 📄
JavaScript
4
star
14

aliens_vs_cannons

The aliens are inbound! Load the cannons. We must destroy them!
JavaScript
4
star
15

vigzmv.github.io

[Archived] 🌏 My Personal Website/Portfolio
CSS
3
star
16

LetsPay

Paytm Cash Coupons Generating And Sharing App
Python
2
star
17

reddit-gallery

#useThePlatform. Reddit reader made with Web components and JavaScript magic
HTML
2
star
18

vigneshm

$ npx vigneshm
JavaScript
1
star
19

twitt

[Deprecated] Real-time Twitter clone React-Native App with GraphQL-Node-MongoDB backend.
JavaScript
1
star
20

HerNurse

💁 Progressive Web App that’s a Health & Social network for Women. • Django
CSS
1
star
21

HealthHack

🚑 Get Instant Result from your Test Reports analyzed over a huge data-set using machine learning classification
Python
1
star
22

localStorage-node

in memory localStorage polyfill for node.js utilizing ES6 proxies.
JavaScript
1
star