Week8 dkisselev-zz update

This commit is contained in:
Dmitry Kisselev
2025-10-29 02:07:03 -07:00
parent ba929c7ed4
commit d28039e255
81 changed files with 21291 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
# Core
pydantic>=2.0
python-dotenv
requests
# Database
chromadb
# sqlite3 is built-in to Python
# Vector & ML
sentence-transformers
transformers
torch
pillow
scikit-learn
# Image embeddings
open-clip-torch
# Fuzzy matching
python-Levenshtein
# Web scraping & APIs (for potential future sources)
beautifulsoup4
feedparser
# Email
sendgrid
# Mailgun uses requests library (already included above)
# Configuration
pyyaml
# UI
gradio
plotly
# Modal
modal
# Testing
pytest
pytest-mock
pytest-asyncio
pytest-cov
# Utilities
tqdm
numpy