crypto.ai/README.md
2025-04-27 12:22:24 +08:00

35 lines
998 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CryptoAI - 加密货币AI分析项目
基于Python的加密货币AI分析的AIAgent项目利用人工智能对加密货币市场进行分析和预测。
## 功能特点
- 使用Binance API获取实时加密货币数据
- 利用DeepSeek大模型进行市场分析和预测
- 提供市场趋势、价格预测和交易建议
- 支持多种加密货币分析
## 项目结构
```
cryptoai/
├── api/ # 与Binance API交互的模块
├── agents/ # AI智能体定义和实现
├── models/ # 模型定义和训练
├── utils/ # 工具函数
├── data/ # 数据存储
├── config/ # 配置文件
└── main.py # 主程序入口
```
## 安装与设置
1. 克隆项目仓库
2. 安装依赖:`pip install -r requirements.txt`
3. 在`config/config.yaml`中配置Binance API密钥和DeepSeek API密钥
4. 运行`python main.py`启动应用
## 环境要求
- Python 3.9+
- 详细依赖见`requirements.txt`