🐸 **FrogFi** is an AI-powered meme token hub with trading insights, battles, leaderboards, token launches & more! 🚀
The Efrog Community Hub is an AI-powered, interactive meme token and trading ecosystem built with Streamlit, Groq LLaMA, and Python. It offers simulated token launches, AI-driven trading insights, a meme-generating chatbot, onchain-style games, and community leaderboards.
Generate a fun token description inspired by a chosen theme and meme.
Uses Groq LLaMA AI to create unique tokenomics descriptions.
Get real-time meme token insights based on AI-generated predictions.
Uses random market sentiment generation for a playful trading experience.
Choose an Efrog Warrior and battle against AI-powered opponents.
Features health bars, battle cries, and turn-based mechanics.
Tracks leaderboard stats for the top warriors.
Tracks and displays top warriors in Croak Royale.
Updates rankings dynamically after each battle.
Displays trending meme token news (randomized headlines).
Generates AI-powered meme captions on demand.
A chatbot that provides humorous market insights on meme tokens.
Uses Groq LLaMA-3.3-70B to generate responses.
Generates a custom Efrog avatar based on personality traits.
Uses Dicebear API for fun and unique frog-themed avatars.
git clone https://github.com/Zedoman/FrogFi
cd FrogFi
python -m venv venv
source venv/bin/activate # On Windows, use 'venv\Scripts\activate'
pip install -r requirements.txt
Create a .env
file in the project root and add your Groq API key:
GROQ_API_KEY=your_groq_api_key_here
streamlit run efrog_hub.py
Navigate to "Simulated Token Launch" from the sidebar.
Enter the Token Name, Theme, and Meme Inspiration.
Click "Generate Tokenomics & Description" to get AI-generated results.
Go to "AI Trading Bot" section.
Enter a token symbol (e.g., $CROAK
).
Click "Get AI Prediction" to receive a trading insight.
Select "Croak Royale Game" from the sidebar.
Pick an Efrog warrior and start a battle.
The game will run an AI-driven battle sequence with health bars and actions.
The winner is updated on the Leaderboard.
Go to "Leaderboard" to see the top warriors and their win counts.
Select "Efrog TV" from the sidebar.
View the latest randomized AI-powered meme news and memes.
Go to "CroakGPT" section.
Enter a question about meme trading, AI insights, or anything fun.
Get a witty AI-generated response!
Select "Efrog Avatar Creator" from the sidebar.
Enter a name and choose a frog type.
Click "Generate Avatar" to receive a custom Dicebear-generated Efrog avatar.
Streamlit – Web app framework for interactive UI
Python – Core backend logic
Groq LLaMA-3.3-70B – AI-powered responses & insights
Random module – Simulated market trends & battles
Dicebear API – Avatar generation
Dotenv – Secure environment variable management
90
0