Built with React Native, Nutlogger Native utilizes camera vision to help users identify the nutrition information in their day to day diets.
- Clone this repository
- Clone the Nutserver Repository
- Get the necessary API keys from Google Console, and Nutritionix. (Both are free for limited users)
- Install Expo-cli with
npm i -g expo-cli
- Install all dependencies by running
npm install
in this repository and the nutserver repository - Run
npm start
inside this repository and the nutserver repository
Note: please create a .env
file inside the nutserver directory with the following config
GOOGLE_API_KEY="ADD YOUR GOOGLE VISION API KEY"
NUTRITION_APP_ID="ADD YOUR NUTRITIONIX APP ID"
NUTRITION_API_KEY="ADD YOUR NUTRITIONIX KEY"
- React
- React Native
- Expo Framework & Service