Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-kbs/ai-calorie-counter
An LLM-based app to easily track calories and exercise by taking a photo of your meal or describing your physical activity
https://github.com/open-kbs/ai-calorie-counter
ai-applications calorie-calculator calories-tracker fitness-app health healthcare llm openkbs
Last synced: 15 days ago
JSON representation
An LLM-based app to easily track calories and exercise by taking a photo of your meal or describing your physical activity
- Host: GitHub
- URL: https://github.com/open-kbs/ai-calorie-counter
- Owner: open-kbs
- License: mit
- Created: 2024-10-09T15:55:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:34:28.000Z (2 months ago)
- Last Synced: 2024-10-21T21:54:42.676Z (2 months ago)
- Topics: ai-applications, calorie-calculator, calories-tracker, fitness-app, health, healthcare, llm, openkbs
- Language: JavaScript
- Homepage:
- Size: 3.28 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Calorie Counter
An AI app to easily track calories and exercise by taking a photo of your meal or describing your physical activity
## Installation Guide
### Install from OpenKBS Cloud
To install the AI Calorie Counter app, visit [Install Calorie Counter](https://openkbs.com/apps/calorie-counter/) on your mobile phone. For quick access, add it to your Home Screen:
1. Open the link in your mobile browser.
2. Select "Add to Home screen" from the browser menu.This will place the app on your home screen for easy access.
### Install with CLITo install the AI Calorie Counter app via the command line interface (CLI), follow these steps:
#### Step 1: Install OpenKBS CLI
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**
```bash
npm install -g openkbs
```- **Option 2: Download Binary**
- **Linux:**
```bash
wget -O ~/Downloads/openkbs https://downloads.openkbs.com/cli/linux/openkbs && chmod +x ~/Downloads/openkbs && sudo mv ~/Downloads/openkbs /usr/local/bin/openkbs
```- **Mac:**
```bash
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:**
```powershell
Invoke-WebRequest -Uri "https://downloads.openkbs.com/cli/windows/openkbs.exe" -OutFile "$Env:USERPROFILE\Downloads\openkbs.exe"
$Env:Path += ";$Env:USERPROFILE\Downloads"
```#### Step 2: Clone the Repository
Clone the repository to your local machine:
```bash
git clone [email protected]:open-kbs/ai-calorie-counter.git
cd ai-calorie-counter
```#### Step 3: Deploy the Application to the Cloud
Deploy your application using the OpenKBS CLI:
```bash
openkbs push
```Once the deployment is complete, you will receive a URL for your app: `https://{kbId}.apps.openkbs.com`.
### Installing the App on Your Mobile Device
Install the AI Calorie Counter as a Progressive Web App (PWA) for easy access:
1. Log in to [OpenKBS](https://openkbs.com): Use your mobile browser.
2. Go to "My Apps": Find the AI Calorie Counter.
3. Open the App: Click to launch it.
4. 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!