Track your calories with AI-powered food scanning. Snap a photo and get instant nutritional breakdown.
- 📸 Photo Scanning - Take a photo of any meal and let AI analyze calories, protein, carbs, and fat instantly
- 💬 Text Describe - Describe what you ate and get accurate nutritional data
- 📊 Smart Dashboard - Beautiful animated calorie ring and macro tracking
- 📅 History - Day/week view of your meals and progress
- ⚙️ Personal Goals - Auto-calculated daily targets based on your profile
- 🔒 Privacy First - All data stored locally on your device
- 🌙 Dark UI - Modern Cal AI-inspired design
- Node.js 18+
- Android Studio (for building APK)
# Clone the repository
git clone https://github.com/AzizX-coder/ACal.git
cd ACal
# Install dependencies
npm install
# Run development server
npm run dev# Build for Android
npx cap sync android
cd android && ./gradlew assembleDebugThe APK will be at android/app/build/outputs/apk/debug/app-debug.apk
- Framework: Ionic React + Vite
- Storage: Capacitor Preferences (local storage)
- AI: Ollama Cloud API
- Camera: Capacitor Camera
MIT License - see LICENSE for details.
- Inspired by Cal AI
- Built with Ionic Framework
- AI powered by Ollama
Made with ❤️ by AzizX-coder