| Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
sq:ai [2025/11/08 02:10] tomas [Programování] |
sq:ai [2026/05/14 16:48] (current) tomas |
| [[https://gemini.google.com/app]] - Google Gemini - Jak ChatGPT\\ | [[https://gemini.google.com/app]] - Google Gemini - Jak ChatGPT\\ |
| [[https://claude.ai/]] ... lepší na programování\\ | [[https://claude.ai/]] ... lepší na programování\\ |
| [[https://copilot.microsoft.com/]]\\ | [[sw:copilot|Copilot]]\\ |
| [[https://www.perplexity.ai]] - jako ChatGPT, dodá internetové odkazy, odkud čepral pro odpověď\\ | [[https://www.perplexity.ai]] - jako ChatGPT, dodá internetové odkazy, odkud čepral pro odpověď\\ |
| |
| [[https://www.notion.com/product]] ... vedení projektu pomocí AI asistenta\\ | [[https://www.notion.com/product]] ... vedení projektu pomocí AI asistenta\\ |
| [[https://www.bardeen.ai/]] .. automatizace pro prohlížeč\\ | [[https://www.bardeen.ai/]] .. automatizace pro prohlížeč\\ |
| | [[https://pimeyes.com/en|pimeyes]] ... vyhledávání na internetu podle fotky obličeje\\ |
| |
| |
| [[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 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\\ | 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...\\ | 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...\\ |