AI agent for text analysis and content recommendations, powered by Masumi payment network on Cardano blockchain.
- Text Analysis: Sentiment analysis, summarization, statistics, keyword extraction
- Phoenix Recommendations: ML-powered content ranking using X's Grok-based transformer
- Masumi Integration: Automated blockchain payment verification
# Install dependencies
pip install -r requirements.txt
# Configure environment
cp .env.example .env
# Edit .env with your Masumi credentials
# Run agent
python main.pypython main.py --standaloneDeploy to Railway:
railway init
railway upRegister on Masumi Network and update your .env with credentials.
- Masumi SDK - Payment processing
- JAX + Haiku - ML inference
- Phoenix Model - Content recommendations (Grok-based transformer)
- Cardano - Blockchain payments
Built with Masumi Network