Repository used for the DOPRO project dealing with food AI.
This repository contains:
a full Taiga export plus all other documents that are part of your project planning, including any project presentation materials.
the full final product, including all files, documentation and presentation materials.

lanfr144 97ade2982d Phase 2 Bug Fixes: Plate logic, LLM json format, chat tool leaks пре 2 месеци
.agents 7d59646d57 TG-6: Finalize remaining files пре 2 месеци
AI_History a9a1aa8f56 TG-29 TG-31 TG-32 TG-33: Implement EAV Architecture, Dynamic Medical CRUD UI, DataFrame Alert Engine, and Email Resets. TG-30: Fix Windows utf8 Encoding in Ingestion Engine. пре 2 месеци
alembic b0692b7ed4 Reduce partition chunk size to 4 to bypass persistent row size error; include initial alembic migration пре 2 месеци
docker bd33592a27 Add snmp to Streamlit container for traps пре 2 месеци
docs 4a36800055 Update restart policy and add app version пре 2 месеци
k8s 4112b60d71 Add untracked project files and configs пре 2 месеци
legacy_scripts d53e2000e6 Sprint 6: Complete documentation and code cleanup пре 2 месеци
taiga_wiki e78a25bf3c TG-2: Populate Sprint 2 accomplishments in Taiga Wiki пре 2 месеци
.gitignore 4112b60d71 Add untracked project files and configs пре 2 месеци
Final_Presentation.html a2d859e15b Execute Implementation Plan 2 пре 2 месеци
PROJECT_CONTEXT.md 342ad4bd92 Sprint 7: Zabbix and SNMPv3 Monitoring Integration пре 2 месеци
README.md d53e2000e6 Sprint 6: Complete documentation and code cleanup пре 2 месеци
alembic.ini 79e1835d2c Optimize horizontal partitioning to slice into 8-column chunks bypassing InnoDB limits пре 2 месеци
app.py 97ade2982d Phase 2 Bug Fixes: Plate logic, LLM json format, chat tool leaks пре 2 месеци
check_users.py ab6577f344 Add check users script пре 2 месеци
deploy.sh 942215fc72 TG-21: Update deploy.sh to include requests connectivity dependency. пре 2 месеци
download_csv.sh 4112b60d71 Add untracked project files and configs пре 2 месеци
generate_taiga_wiki.py e78a25bf3c TG-2: Populate Sprint 2 accomplishments in Taiga Wiki пре 2 месеци
ingest_csv.py 342ad4bd92 Sprint 7: Zabbix and SNMPv3 Monitoring Integration пре 2 месеци
init.sql ae711f7d4c TG-3: Docker Setup and DB Creation пре 2 месеци
init_zabbix_db.sh b3927a920c Add Zabbix DB init script пре 2 месеци
master_trigger.sh d1c44bc989 Deployment Finalization: Vitamin schemas, Green UI, and Taiga tools пре 2 месеци
my.cnf 86c76e282d TG-1: Fix MySQL 8.0 startup crash by removing premature validate_password plugin config пре 2 месеци
myloginpath.py 4112b60d71 Add untracked project files and configs пре 2 месеци
proper_reset.sh 8ebd71c7b1 Add proper reset пре 2 месеци
requirements.txt 342ad4bd92 Sprint 7: Zabbix and SNMPv3 Monitoring Integration пре 2 месеци
reset_zabbix_db.sh 893ad9e858 Add reset DB script пре 2 месеци
setup_db.py 54db47f014 Disable foreign key checks during drop пре 2 месеци
setup_logins.exp c830b35313 TG-2: Automate DB setup and mysql_config_editor passwords for CI/CD пре 2 месеци
setup_mail_forwarding.sh ab7e3b1d3a TG-2: Restructure schema for all CSV columns, async ingestion, and mail forwarding пре 2 месеци
setup_postfix.sh d1c44bc989 Deployment Finalization: Vitamin schemas, Green UI, and Taiga tools пре 2 месеци
setup_searxng.sh 2d7307f7e4 TG-20: Create setup_searxng.sh to install Docker and bind anonymous SearXNG to localhost:8080. пре 2 месеци
setup_sprint7_taiga.py 342ad4bd92 Sprint 7: Zabbix and SNMPv3 Monitoring Integration пре 2 месеци
setup_sprint8_taiga.py 3740dd8aad Add Sprint 8 Taiga script пре 2 месеци
setup_unix_user.sh 4112b60d71 Add untracked project files and configs пре 2 месеци
snmp_notifier.py b220610a68 Fix snmp_notifier to use snmptrap cli пре 2 месеци
start_batch_ingest.sh 433d123181 Fix python virtual env paths пре 2 месеци
sync_taiga.py ef9531a80d TG-3: Update python sync script with correct username FrancoisLange пре 2 месеци
taiga_sync_fixer.py 4112b60d71 Add untracked project files and configs пре 2 месеци
taiga_wiki_push.py 4e33014bb2 Split Scrum Wiki into separate daily entries пре 2 месеци
test_login.py 79789322c5 Add test login пре 2 месеци
test_snmp.py e48e7303c4 Add test SNMP script пре 2 месеци
unit_converter.py 01a685c9b1 Implement full dynamic CSV schema ingestion and unit conversion module пре 2 месеци

README.md

Local Food AI 🍔

A strictly local, privacy-first AI Medical Dietitian and Food Explorer. This project leverages the OpenFoodFacts dataset and local LLMs (Ollama) to provide medically sound dietary advice, recipe parsing, and menu planning without sending any user data to the cloud.

Features

  • Dynamic Medical Profiling: Configure your health profile (e.g., Kidney issues, pregnancy, vegan). The AI dynamically adjusts all responses, recommendations, and warnings based on these exact medical needs.
  • RAG Architecture: The AI is connected to a massively partitioned local MySQL database. When you ask a question or request a meal plan, the AI executes SQL queries autonomously to fetch precise nutritional data.
  • Plate Builder & Unit Conversion: Input culinary recipes (e.g., "1.5 cups of flour") and the system converts them to metric standard weights based on the product's density.
  • High-Performance Database: Implements Grouped Vertical Partitioning to bypass InnoDB limits, featuring FULLTEXT indexing for lightning-fast search capabilities across millions of foods.

Documentation

Please refer to the docs/ folder for detailed guides:

Tech Stack

  • Frontend: Streamlit
  • Database: MySQL 8.0
  • AI Engine: Ollama (Mistral / Llama3)
  • Deployment: Native Ubuntu, Docker, Kubernetes
  • Project Management: Taiga (Synced dynamically via Python)