MyMidas/backend/app
megaproxy 22fc1ce2f1 Add AI receipt parsing with provider API key settings
- Settings → AI: configure Anthropic or OpenAI provider with encrypted API key
- Sparkle button on each attachment in transaction drawer sends image/PDF to AI
- AI extracts merchant, amount, date, description, category hint
- "Apply to transaction" button patches the transaction with parsed fields
- Anthropic supports images and PDFs; OpenAI supports images only
- API key stored AES-256-GCM encrypted in users table (migration 0003)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 17:07:24 +00:00
..
api Add AI receipt parsing with provider API key settings 2026-04-22 17:07:24 +00:00
core Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
db Add AI receipt parsing with provider API key settings 2026-04-22 17:07:24 +00:00
ml Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
schemas Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
services Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
workers Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
__init__.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
config.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
dependencies.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
main.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00