aleffarias / whatthethingis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What the thing is?

Object detection application with trained models - translating the predictions to help learn a new language :)

Built with React Native, Clarifai, and Microsoft Translator!

(Inspired by https://github.com/dmotz/thing-translator)

Local Development

npm install

cd ios/ && pod install

You will need free API keys for both Clarifai and MS Translator

Rename .env.example to .env with your own keys.

Start dev server with npx react-native start and run with:

npx react-native run-android or npx react-native run-ios


Todo List: (Pull requests welcome!)
  • Support additional languages. Currently hard codeded to go from English -> Spanish
  • Add support for additional models (or custom models)

alt text

About


Languages

Language:JavaScript 59.2%Language:Java 21.1%Language:Objective-C 14.9%Language:Ruby 2.6%Language:Starlark 2.0%Language:Shell 0.1%