forked from tonycho/Awesome-Agentic-AI
73 lines
1.1 KiB
Plaintext
73 lines
1.1 KiB
Plaintext
# 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 Python’s 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 |