mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
* Checkpoint before follow-up message Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Add system prompts for various AI tools and assistants Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Add N8N workflow documentation API with database and import tools Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Checkpoint before follow-up message Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Create Revolutionary AI Agent with voice and video capabilities Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Create advanced voice processor with character-based voice synthesis Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Create Revolutionary AI Agent System with voice and video capabilities Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Checkpoint before follow-up message Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Add full-stack, ML, and blockchain capabilities to Ultimate AI Agent Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com>
80 lines
1.3 KiB
Plaintext
80 lines
1.3 KiB
Plaintext
# Core FastAPI and web framework
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
aiofiles==23.2.1
|
|
jinja2==3.1.2
|
|
pydantic==2.5.0
|
|
python-multipart==0.0.6
|
|
|
|
# AI and Machine Learning
|
|
openai==1.3.0
|
|
anthropic==0.7.0
|
|
replicate==0.22.0
|
|
transformers==4.35.0
|
|
torch==2.1.0
|
|
numpy==1.24.3
|
|
pandas==2.1.0
|
|
scikit-learn==1.3.0
|
|
|
|
# Voice and Audio Processing
|
|
elevenlabs==0.2.26
|
|
whisper==1.1.10
|
|
edge-tts==6.1.9
|
|
pyttsx3==2.90
|
|
SpeechRecognition==3.10.0
|
|
librosa==0.10.1
|
|
soundfile==0.12.1
|
|
torchaudio==2.1.0
|
|
|
|
# Image and Video Processing
|
|
Pillow==10.0.0
|
|
opencv-python==4.8.1.78
|
|
moviepy==1.0.3
|
|
mediapipe==0.10.7
|
|
matplotlib==3.7.2
|
|
seaborn==0.12.2
|
|
|
|
# Data Processing and Analysis
|
|
plotly==5.17.0
|
|
jupyter==1.0.0
|
|
scipy==1.11.4
|
|
|
|
# Database and Storage
|
|
sqlite3
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
redis==5.0.1
|
|
|
|
# HTTP and API
|
|
requests==2.31.0
|
|
httpx==0.25.0
|
|
aiohttp==3.9.0
|
|
|
|
# Workflow and Automation
|
|
celery==5.3.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
click==8.1.7
|
|
rich==13.7.0
|
|
tqdm==4.66.1
|
|
pyyaml==6.0.1
|
|
toml==0.10.2
|
|
|
|
# Development and Testing
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
black==23.11.0
|
|
flake8==6.1.0
|
|
mypy==1.7.1
|
|
|
|
# Security
|
|
cryptography==41.0.7
|
|
bcrypt==4.1.2
|
|
|
|
# Monitoring and Logging
|
|
structlog==23.2.0
|
|
prometheus-client==0.19.0
|
|
|
|
# Optional: GPU Support
|
|
# torch==2.1.0+cu118 --index-url https://download.pytorch.org/whl/cu118 |