An AI app to easily track calories and exercise by taking a photo of your meal or describing your physical activity |
To install the AI Calorie Counter app, visit Install Calorie Counter on your mobile phone. For quick access, add it to your Home Screen:
- Open the link in your mobile browser.
- Select "Add to Home screen" from the browser menu.
This will place the app on your home screen for easy access.
To install the AI Calorie Counter app via the command line interface (CLI), follow these steps:
You need to have the OpenKBS CLI installed on your system. You can install it using one of the following methods:
-
Option 1: Install via npm
npm install -g openkbs
-
Option 2: Download Binary
-
Linux:
wget -O ~/Downloads/openkbs https://downloads.openkbs.com/cli/linux/openkbs && chmod +x ~/Downloads/openkbs && sudo mv ~/Downloads/openkbs /usr/local/bin/openkbs
-
Mac:
curl -o ~/Downloads/openkbs https://downloads.openkbs.com/cli/macos/openkbs && mkdir -p /usr/local/bin && chmod +x ~/Downloads/openkbs && sudo mv ~/Downloads/openkbs /usr/local/bin/openkbs
-
Windows:
Invoke-WebRequest -Uri "https://downloads.openkbs.com/cli/windows/openkbs.exe" -OutFile "$Env:USERPROFILE\Downloads\openkbs.exe" $Env:Path += ";$Env:USERPROFILE\Downloads"
-
Clone the repository to your local machine:
git clone [email protected]:open-kbs/ai-calorie-counter.git
cd ai-calorie-counter
Deploy your application using the OpenKBS CLI:
openkbs push
Once the deployment is complete, you will receive a URL for your app: https://{kbId}.apps.openkbs.com
.
Install the AI Calorie Counter as a Progressive Web App (PWA) for easy access:
- Log in to OpenKBS: Use your mobile browser.
- Go to "My Apps": Find the AI Calorie Counter.
- Open the App: Click to launch it.
- Add to Home Screen: Select "Add to Home screen" from the Mobile menu.
This will place the app on your home screen for quick access.
Note: To activate the "Add to Home screen" button, you may need to interact with the page at least once to meet user engagement heuristics.
Congratulations! You now have the AI Calorie Counter app installed on your phone. Enjoy tracking your calories and exercise effortlessly!