Tag: LLM
-
Skyvern – Automating Browser-Based Workflows with AI
Skyvern is an open-source platform that leverages Large Language Models (LLMs) and computer vision to automate browser-based workflows. Unlike traditional automation tools that rely on brittle scripts and DOM parsing, Skyvern utilizes AI to interact with web elements in real-time, making it adaptable to various websites without the need for customized code. Key Features: •…
-
plandex-ai/plandex: An AI coding engine for building complex, real-world software with LLMs
Plandex is an open-source, terminal-based AI coding engine that enhances software development by automating complex coding tasks. It is particularly suited for tasks that span multiple files and involve numerous steps, breaking these into smaller, manageable subtasks. Plandex utilizes long-running agents to help developers efficiently work through their backlogs, tackle unfamiliar technologies, and reduce the…
-
ricklamers/shell-ai: LangChain powered shell command generate and run CLI
Shell-AI (shai) is a CLI utility that brings the power of natural language understanding to your command line. Simply input what you want to do in natural language, and shaiwill suggest single-line commands that achieve your intent. Under the hood, Shell-AI leverages the LangChain for LLM use and builds on the excellent InquirerPy for the interactive CLI. github.com/ricklamers/shell-ai
-
iryna-kondr/scikit-llm: Seamlessly integrate powerful language models like ChatGPT into scikit-learn for enhanced text analysis tasks.
Introducing Scikit-LLM: Advancing Text Analysis Scikit-LLM emerges as a significant advancement in the field of text analysis. This powerful tool combines the capabilities of language models such as ChatGPT with the functionality of scikit-learn, offering an extensive toolkit for comprehending and examining textual data. With Scikit-LLM, users gain the ability to uncover hidden patterns, evaluate…