Skip to content

mashimi/mikeka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Football Betting Assistant ⚽

A Streamlit-powered web application that combines real-time betting odds scraping with AI-powered match predictions.

Demo

Features

  • Real-time odds scraping from Betpawa
  • Perplexity AI-powered match predictions
  • Risk assessment analysis
  • Historical performance tracking
  • Interactive Streamlit web interface

Installation

pip install -r requirements.txt

Configuration

  1. Create .env file:
PPLX_API_KEY="your_perplexity_api_key_here"

Usage

streamlit run app.py

Project Structure

├── app.py                 - Main application logic
├── requirements.txt       - Python dependencies
├── .env                   - Environment configuration
└── betpawa_cache.json     - Cached betting data

Deployment

  1. Install Vercel CLI:
npm install -g vercel
  1. Link and deploy:
vercel login
vercel link
vercel deploy --prod

License

MIT License - See LICENSE for details

Releases

No releases published

Packages

No packages published

Languages