You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A plugin that integrates BitMind's API into ElizaOS agents, enabling access to AI services and digital assets powered by the Bittensor network.
4
+
5
+
## Description
6
+
The Bittensor plugin enables agents to interact with BitMind's API to access a range of AI capabilities on Bittensor's decentralized network, including inference, media generation, and deepfake detection services. Currently, the plugin offers image detection functionality to determine if images are AI-generated, with additional capabilities planned for future releases through the BitMind API.
7
+
8
+
## Installation
9
+
10
+
```bash
11
+
pnpm install @elizaos/plugin-bittensor
12
+
```
13
+
14
+
## Features
15
+
16
+
### SN34 - Deepfake Detection
17
+
The plugin currently implements BitMind's SN34 subnet for AI-generated image detection. This subnet provides:
0 commit comments