SABERG is a sophisticated AI-powered nutrition platform that helps users track calories and generate personalized diet plans.
- Smart Meal Planning: Get personalized meal plans based on your dietary preferences and restrictions
- Calorie Detection: Instantly detect calories in food through image recognition
- Progress Analytics: Track your nutrition journey with detailed insights
- AI-Powered: Utilizes advanced AI models (Gemini and GROQ) for accurate analysis
- Clone the repository
git clone https://github.com/pimatis/saberg.git
cd saberg
- Install dependencies:
npm install
- Copy
.env.example
to.env
and fill in your API keys:
cp .env.example .env
- Start the development server:
npm run dev
The following environment variables are required:
VITE_APP_GROQ_KEY
: Your GROQ API key for diet plan generationVITE_APP_GEMINI_API_KEY
: Your Gemini API key for image analysis
We welcome contributions from the community! If you'd like to contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project under the MIT License. See the LICENSE file for details.
Created by Pimatis Labs