This Streamlit app leverages an AI-powered agent based on the Google Gemini model to analyze cryptocurrencies. Receive clear recommendations and insights using real-time market data from CoinGecko and advanced analysis techniques.
- AI-Powered Analysis: Utilize the Google Gemini model for decisive buy/hold/sell recommendations.
- Real-Time Market Data: Fetch current prices, 24h volume, market cap, and last updated timestamps from the CoinGecko API.
- Detailed Insights: Get technical analysis, fundamental factors, short-term outlook (1-week) and support/resistance levels.
- Streamlit Interface: Interactive UI for easy input of your Google API key and crypto symbol/name.
-
Clone the Repository:
git clone https://github.com/yourusername/Crypto_agent.git cd Crypto_agent
-
Install Dependencies:
pip install -r requirements.txt
-
Run the App:
streamlit run crypto_agent.py
-
Usage:
- Enter your Google API key.
- Input the cryptocurrency name or symbol (e.g., Bitcoin or BTC).
- View real-time market stats and a concise AI-generated recommendation.
- Ensure you have a valid Google API key to initialize the AI agent.
- The coin data is cached for one hour to minimize API calls.
Happy investing and enjoy exploring the market trends with the Escape the Matrix Agent!