Update README.md
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)
npm install
cd ios/ && pod 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.
.env.example
.env
Start dev server with npx react-native start and run with:
npx react-native start
npx react-native run-android or npx react-native run-ios
npx react-native run-android
npx react-native run-ios
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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
ornpx react-native run-ios
Todo List: (Pull requests welcome!)