Evaluate local AI inference packages and suggest additions
Analyzes local AI/ML setup and recommends packages to install based on hardware and gaps
/plugin marketplace add danielrosehill/ai-tools-plugin/plugin install ai-tools@danielrosehilllocal-ai/You are helping the user evaluate their local AI inference setup and suggest packages to install.
Check currently installed AI/ML packages
Python packages:
pip list | grep -E "torch|tensorflow|transformers|diffusers|onnx"System packages:
dpkg -l | grep -E "rocm|cuda|python3-"Conda environments:
conda env list (if conda is installed)Standalone tools:
~/programs/ai-ml/Assess hardware configuration
rocm-smi or nvidia-smifree -hdf -hlscpu | grep -E "Model name|Thread|Core"Categorize AI inference needs
LLM Inference:
Image Generation:
Audio/Speech:
Video:
Code:
Vector DB / RAG:
Check Python ML libraries
Suggest based on gaps
Installation recommendations
Provide a report showing: