You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
446 B

  1. # Web Framework
  2. fastapi==0.109.2
  3. uvicorn==0.27.1
  4. python-multipart==0.0.7
  5. pydantic==2.6.1
  6. python-dotenv==1.0.1
  7. # Image Processing
  8. Pillow==10.2.0
  9. # Machine Learning & Vector Search
  10. numpy==1.26.3
  11. faiss-cpu==1.7.4
  12. insightface==0.7.3
  13. onnxruntime==1.16.3
  14. # Optional - for production
  15. gunicorn==21.2.0
  16. python-jose==3.3.0
  17. passlib==1.7.4
  18. bcrypt==4.1.2
  19. # Database
  20. sqlalchemy==2.0.25
  21. aiosqlite==0.19.0
  22. # CORS
  23. starlette==0.36.3