Tag: LLM

  • 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…

  • GitHub – mayooear/gpt4-pdflangchain: GPT4 & LangChain Chatbot for large PDF docs

    Use the new GPT-4 api to build a chatGPT chatbot for multiple Large PDF files. Tech stack used includes LangChain, Pinecone, Typescript, Openai, and Next.js. LangChain is a framework that makes it easier to build scalable AI/LLM apps and chatbots. Pinecone is a vectorstore for storing embeddings and your PDF in text to later retrieve…