Fay

Normal
GitHub Python GPL-3.0

Description

An agent framework connecting digital humans (2.5D/3D/mobile/web) with business systems, compatible with OpenAI and DeepSeek LLMs.

Key Features

  • Fully open-source with offline deployment support and commercial use
  • Freely pair digital human models, LLMs (OpenAI-compatible), ASR, and TTS
  • Multi-user concurrent access with text, voice, and digital human driving interfaces
  • Agent autonomous decision-making with tool calling and MCP tool management
  • Schedule-based proactive digital human dialogue and biomimetic memory
  • Support for DeepSeek and other Thinking LLMs with self-cognition improvement

Use Cases

💡 Virtual teachers and online education digital humans
💡 Virtual anchors and news broadcasting systems
💡 Enterprise customer service and business system integration
💡 Smart screens and mobile digital human interaction
💡 Microcontroller and embedded device digital human applications

Quick Start

Install Python 3.12, run pip install -r requirements.txt, then execute python main.py start to launch. Access http://127.0.0.1:5000 in your browser for the management dashboard.

Related Projects