A Streamlit-powered web application that combines real-time betting odds scraping with AI-powered match predictions.
- Real-time odds scraping from Betpawa
- Perplexity AI-powered match predictions
- Risk assessment analysis
- Historical performance tracking
- Interactive Streamlit web interface
pip install -r requirements.txt
- Create
.env
file:
PPLX_API_KEY="your_perplexity_api_key_here"
streamlit run app.py
├── app.py - Main application logic
├── requirements.txt - Python dependencies
├── .env - Environment configuration
└── betpawa_cache.json - Cached betting data
- Install Vercel CLI:
npm install -g vercel
- Link and deploy:
vercel login
vercel link
vercel deploy --prod
MIT License - See LICENSE for details