AiCalTracker is a mobile application designed to track daily nutrition and calorie intake. The app uses computer vision and machine learning to identify food items and provide nutritional information.
- Food recognition using computer vision and machine learning
- Nutrition information and calorie tracking
- Daily meal planning and tracking
- User profile management
- Integration with Supabase for data storage and authentication
To install the app, follow these steps:
- Clone the repository:
git clone https://github.com/NostraPredator-dev/AiCalTracker.git - Install dependencies:
npm install - Set up environment variables: create a
.env - Start the app:
npm run start - Start the server:
node server.js
- Launch the app on your mobile device or emulator
- Create a user account or log in to an existing one
- Take a photo of your meal or select a pre-existing meal plan
- View nutritional information and track your daily calorie intake
- Manage your user profile and settings
Contributions are welcome! To contribute to the project, follow these steps:
- Fork the repository:
git fork https://github.com/your-username/AiCalTracker.git - Create a new branch:
git branch feature/new-feature - Make changes and commit:
git commit -m "New feature: ..." - Push changes:
git push origin feature/new-feature - Submit a pull request
AiCalTracker is licensed under the MIT License. See LICENSE for details.