MacDash commited on
Commit
fb9c982
·
verified ·
1 Parent(s): 0b5792a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,12 +1,13 @@
1
- ---
2
- title: ExplosiveGrowth
3
- emoji: 🐢
4
- colorFrom: gray
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.23.3
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
+ # Explosive Growth Bot
2
+
3
+ This bot analyzes market data and Twitter sentiment to predict explosive growth in cryptocurrency prices.
4
+
5
+ ## Requirements
6
+
7
+ - Python 3.x
8
+ - Install dependencies using:pip install -r requirements.txt
9
+ ## Configuration
10
+
11
+ 1. Replace `YOUR_BINANCE_API_KEY` and Twitter API keys in `app.py` with your actual API keys.
12
+ 2. Run the bot:python app.py- Trains a Random Forest model to predict price movements.
13
+ - Executes simulated trades based on predictions and sentiment.