mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-05-14 20:58:09 +02:00
17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
anthropic # Anthropic API client
|
|
beautifulsoup4 # HTML parsing
|
|
black # Code formatter
|
|
chromadb # Vector database for RAG
|
|
faiss-cpu # Facebook AI Similarity Search
|
|
flake8 # Linting
|
|
langchain # LangChain framework
|
|
numpy # Numerical computing
|
|
openai # OpenAI API client
|
|
pandas # Data analysis
|
|
pillow # Image processing
|
|
pytest # Testing framework
|
|
requests # HTTP client library
|
|
tiktoken # OpenAI tokenization library
|
|
torch # PyTorch for ML operations
|
|
transformers # HuggingFace transformers for LLMs
|