Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sq:ai [2025/11/03 00:09]
tomas [Programování]
sq:ai [2025/11/18 02:08] (current)
tomas [Programování]
Line 69: Line 69:
 [[https://strandsagents.com/latest/documentation/docs/user-guide/quickstart/|Strands Agents]] ... Knihovna pro Python pro AWS BedRock\\  [[https://strandsagents.com/latest/documentation/docs/user-guide/quickstart/|Strands Agents]] ... Knihovna pro Python pro AWS BedRock\\ 
 [[https://github.com/modelcontextprotocol/servers|MCP]] ... Model Context Protocol servery\\ [[https://github.com/modelcontextprotocol/servers|MCP]] ... Model Context Protocol servery\\
 +[[https://github.com/awslabs/mcp|AWS MCP]] klienti\\
 [[https://github.com/Stability-AI/strands-tools|Strands-tools nástroje]]\\ [[https://github.com/Stability-AI/strands-tools|Strands-tools nástroje]]\\
 +
 +Deep Learning, neuronové sítě:\\
 +TensorFlow\\
 +PyTorch a Keras\\
 +JAX - od Googlu\\
 +Matplotlib\\
 +
 +LLM a generativní AI:\\
 +Transformers (Hugging Face)\\
 +LongChain\\
 +LlamaIndex\\
 +
 +Machine Learning:\\
 +scikit-learn\\
 +
 +Matematika a datové operace:\\
 +NumPy
 +Pandas\\
 +SciPy
 +
 +Počítačové vidění:\\
 +OpenCV\\
 +
 +Práce se zvukem a řečí:\\
 +librosa\\
 +SpeechRecognition\\
 +OpenAI Whisper\\
 +
 +Lehká AI pro automatizaci:\\
 +spaCy\\
 +NLTK\\
 +
 +from strands import [[https://strandsagents.com/latest/documentation/docs/user-guide/concepts/agents/prompts/|Agent]] ... Metoda Agenta\\
 +from strands.models import [[https://strandsagents.com/latest/documentation/docs/user-guide/concepts/model-providers/amazon-bedrock/|BedrockModel]] ... Metoda na konfiguraci AI modelu\\
 +import [[https://strandsagents.com/latest/documentation/docs/user-guide/concepts/tools/tools_overview/|strands-tools]] ... nástroje pro agenta - kalkukačka, práce se soubory...\\