Spaces:
Running
Running
metadata
title: Web3 Research Co-Pilot
emoji: π
colorFrom: blue
colorTo: purple
sdk: docker
sdk_version: latest
app_file: app.py
pinned: false
π Web3 Research Co-Pilot
AI-powered cryptocurrency research assistant with real-time Web3 data analysis.
Live Demo: https://archcoder-web3-copilot.hf.space
Quick Start
Install dependencies:
pip install -r requirements.txt
Set up API key:
export GEMINI_API_KEY="your_gemini_api_key"
Run:
python app.py
Open: http://localhost:7860
Features
- π€ AI Analysis with Google Gemini
- π Real-time Data from CoinGecko, DeFiLlama, Etherscan
- π Interactive Charts and visualizations
- πΌ Professional UI with FastAPI
API Keys
- Required: GEMINI_API_KEY
- Optional: COINGECKO_API_KEY, ETHERSCAN_API_KEY
Deploy to HuggingFace Spaces
git remote add hf https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
git push hf main
Usage Examples
- "What's Bitcoin's current price?"
- "Show top DeFi protocols by TVL"
- "Analyze Ethereum gas prices"
- "Compare BTC vs ETH performance"
Built with β€οΈ for Web3 research