Image recognition App built with React Native, Expo and Clarifai API.
Not all features are enabled on the simulator, so the best way to use the app is on a device.
Install Expo Go and scan the QR code here
You can run the app and see/change code in the browser using a simulator: here
(but you'll need to add your own API key from clarifai...they're free, you just have to create an account :) )
Or there's a quick video demo of a simulator here
Grab an API key here from clarifai.
See .env.example file for required env variables.
** note the versions of Expo used are important ... using SDK 42
Copy .env.example and provide the appropriate env vars
Run: (from any dir) yarn global add expo-cli
Run: (from project dir) yarn install
- must use yarn to work in the browser
Run one of:
expo start
(scan code to run on your device - Expo Go app must be installed)expo start --web
(runs in browser)expo start --ios
(simulator must be installed)expo start --android
Contributions Welcome :D