Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,16 @@
|
|
1 |
-
|
2 |
-
title: Crypto Walk
|
3 |
-
emoji: 📉
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: purple
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.33.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
short_description: crypto trader futures model
|
12 |
-
---
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
-
You can enter market questions or descriptions, and the bot will generate trading suggestions.
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 💹 AI Crypto Trading Assistant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
A Hugging Face Space that provides AI-generated trading suggestions using OpenAI or Hugging Face models.
|
4 |
|
5 |
+
## Features
|
|
|
6 |
|
7 |
+
- Choose between OpenAI GPT-4o or HuggingFace GPT2
|
8 |
+
- Enter your API keys securely (stored temporarily)
|
9 |
+
- Interactive Gradio UI (dark theme)
|
10 |
+
- Returns: direction, entry price, take profit points, recommendation
|
11 |
+
|
12 |
+
## Usage
|
13 |
+
|
14 |
+
1. Enter your API key (OpenAI or Hugging Face)
|
15 |
+
2. Input symbol, timeframe, leverage, and amount
|
16 |
+
3. Click "Generate" to get AI suggestion
|