Files
awesome-agentic-ai/requirements.txt
Tony_at_EON-DEV 099c21d245
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
CI / update-argocd (push) Has been cancelled
CI / canary-promote (push) Has been cancelled
Agentic AI CI/CD / build-and-deploy (push) Has been cancelled
feat: Stabilize backend infrastructure, resolve dependencies, update planning, and introduce a master test runner for verification.
2026-02-24 12:28:07 +09:00

73 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Core backend
fastapi
uvicorn
pydantic
python-jose[cryptography]
# LangChain & embeddings
langchain
sentence-transformers
transformers
langchain-community
# Vector DBs
faiss-cpu
qdrant-client
weaviate-client
# LLM/SLM support
llama-cpp-python
openai # for vLLM-compatible API
torch # required by many models
torchvision
huggingface-hub
gpt4all # gpt4all embedding
# Document/media ingestion
moviepy
opencv-python
PyMuPDF # for PDF parsing
python-multipart # for file uploads
beautifulsoup4 # for web scraping
requests
openai-whisper
pillow # for image handling
youtube-transcript-api
ffmpeg-python
pytesseract
img2table
pandas
openpyxl
# Voice & audio
pvporcupine
pyaudio
numpy
# CLI tools
click
# Utilities
langdetect
deep-translator
apscheduler
mysqlclient
mysql-connector-python
##NOTE: There is no need to install from PyPI.
# You're using Pythons built-in module, which is part of the standard library
#Wave
scikit-learn
# Automation & Connectors
playwright
caldav
imaplib2
gradio
google-auth
google-api-python-client
prometheus_client
websockets
pytest