awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesCommand-Line

Terminal-based conversational interfaces for interacting with AI models.

Distinct from Chat Interfaces: Focuses specifically on the terminal/CLI implementation rather than general web-based chat interfaces.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Command-Line. Refine with filters or upvote what's useful.

Awesome Command-Line GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebookresearch/parlaifacebookresearch 的头像

    facebookresearch/ParlAI

    10,625在 GitHub 上查看↗

    ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte

    Provides a terminal-based conversational interface for interacting with trained AI models in real time.

    Python
    在 GitHub 上查看↗10,625
  • togethercomputer/openchatkittogethercomputer 的头像

    togethercomputer/OpenChatKit

    8,981在 GitHub 上查看↗

    OpenChatKit is a training and inference toolkit for large language models. It provides a comprehensive set of tools for managing the model lifecycle, including a fine-tuning pipeline, a model weight converter, and a command-line interface for interacting with conversational agents. The toolkit features a framework for retrieval augmented generation, allowing models to incorporate relevant context from external vector indices. It also includes utilities for converting trained model checkpoints into formats compatible with standard inference libraries. The project covers conversational AI trai

    Ships a terminal-based environment for testing model performance and interacting with conversational agents.

    Python
    在 GitHub 上查看↗8,981
  • setzer22/llama-rssetzer22 的头像

    setzer22/llama-rs

    6,150在 GitHub 上查看↗

    llama-rs 是一个用 Rust 实现的本地大语言模型推理引擎。它支持在本地硬件上执行模型计算,以根据用户提示生成文本响应。 该项目利用基于 Rust 的张量运算和直接内存模型映射来处理高性能线性代数和高效的权重加载。它结合了权重量化,通过将高精度权重转换为较小格式来减小模型的内存占用。 该系统包括用于交互式聊天会话和一次性提示的命令行界面,以及用于保存和恢复对话历史的文件备份会话持久化。它还提供用于从远程中心检索分词器配置的实用程序,以及用于计算困惑度分数以评估模型性能的工具。

    Offers a terminal-based conversational interface for interacting with local AI models.

    Rust
    在 GitHub 上查看↗6,150
  1. Home
  2. Artificial Intelligence & ML
  3. Chat Interfaces
  4. Command-Line