1 个仓库
Running code completion entirely on-device or in a private cloud to prevent source code from leaving the controlled environment.
Distinct from Code Security: Distinct from Code Security: focuses on local processing for privacy, not on vulnerability detection or secure coding practices.
Explore 1 awesome GitHub repository matching part of an awesome list · On-Device Code Processing. Refine with filters or upvote what's useful.
TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions across all programming languages. It operates as an editor plugin that communicates with a backend through a JSON message-passing interface, processing code entirely on the local machine or within a private cloud to keep source code secure and private. The system provides a completion request API that accepts cursor context and returns ranked text completions, with features for configuring completion regions, prefetching files for indexing, and managing binary versions and up
Runs code completion entirely on-device or in a private cloud to prevent source code from leaving your controlled environment.