Click here to see my Resume
Savora AI Logo

Savora AI — Culinary Intelligence at Scale

Savora AI is a proprietary culinary intelligence system built from the ground up. Fine-tuned on 37,000+ carefully curated training examples, it understands ingredients, flavor logic, cooking mechanics, and food safety at an expert level — going far beyond what a general-purpose LLM can achieve in the culinary domain.

Why Fine-Tune?

General-purpose language models like GPT-4 are impressive, but they lack deep domain expertise in culinary arts. They might suggest flavor combinations that don't work, miss critical food safety considerations, or generate recipes with incorrect cooking techniques. Savora AI was built to solve this — a model that thinks like a trained chef, not a generalist.

Training Data Pipeline

37,000+ Training Examples: The training dataset was meticulously curated across multiple domains of culinary knowledge — ingredient interactions, flavor pairing science, cooking techniques, recipe generation, nutritional analysis, and food safety protocols.

Multi-Format Data Sources: Training data was assembled from professional recipe databases, culinary textbooks, food science research, and expert chef knowledge. Each example was formatted as structured conversation pairs (system/user/assistant) optimized for the fine-tuning API.

Quality Control: Every training example went through validation to ensure culinary accuracy, proper formatting, and consistent response patterns. Bad data was filtered out programmatically and through manual review.

Model Architecture

Base Model: GPT-4o-mini — chosen for its balance of capability, speed, and cost-efficiency. The fine-tuned version retains the base model's reasoning abilities while gaining deep culinary domain expertise.

Fine-Tuning Process: The model went through 5 iterative training versions, each improving on the previous one with expanded training data, better prompt engineering, and refined evaluation metrics. Training was performed using the OpenAI Fine-Tuning API with careful hyperparameter optimization.

Versioning: Each model version was benchmarked against a held-out evaluation set covering recipe generation quality, ingredient safety checks, nutritional accuracy, and cultural authenticity of cuisine-specific recipes.

Capabilities

Expert Recipe Generation: Given a set of ingredients, dietary constraints, and cuisine preferences, Savora AI generates complete, chef-quality recipes with accurate cook times, temperatures, and technique instructions.

Flavor Intelligence: The model understands flavor compound interactions at a molecular level — it knows why certain ingredients pair well together and can suggest creative but scientifically sound flavor combinations.

Food Safety Validation: Built-in awareness of allergens, cross-contamination risks, safe cooking temperatures, and ingredient storage guidelines. The model flags potential safety issues proactively.

Nutritional Analysis: Accurate macro and micronutrient estimation for generated recipes, with the ability to optimize recipes for specific dietary goals (high-protein, low-carb, calorie targets, etc.).

Cultural Authenticity: Trained on cuisine-specific techniques and traditions — it knows the difference between a proper Italian carbonara and a cream-based imitation, and respects culinary heritage in its recommendations.

Integration Architecture

Backend API: FastAPI-based inference server that handles requests from the Savora app. The API manages prompt construction, model routing, response parsing, and caching.

RAG Pipeline: Retrieval-Augmented Generation using vector search (embeddings) to pull relevant recipe context before generation. This grounds the model's responses in real recipe data and reduces hallucination.

Hybrid Approach: The system combines the fine-tuned model with structured recipe database queries — using AI for creative generation and traditional search for precise lookups, giving users the best of both worlds.

Results

Savora AI consistently outperforms the base GPT-4o-mini model on culinary benchmarks: higher recipe accuracy scores, better ingredient safety detection, more culturally authentic cuisine generation, and significantly improved flavor pairing suggestions. The model powers all AI features in the Savora app ecosystem.

Back to App Development