fplChatbot / README.md
Alejadro Sanchez-Giraldo
improvements on the qquery and mapp display
23152a0

A newer version of the Gradio SDK is available: 5.6.0

Upgrade
metadata
title: FplChatbot
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit

FPL Chatbot

This is a chatbot that interacts with the Fantasy Premier League (FPL) API to provide information about players, teams, and stats.

python3 -m venv fplenv  
source fplenv/bin/activate

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/fplchatbot.git
    cd fplChatbot
    
  2. Install the dependencies:

    pip install -r requirements.txt
    
  3. Run the chatbot:

    python app.py
    

Usage

  • Ask about a player's stats: "Tell me about Harry Kane's stats."
  • Ask about a team: "Show me all players from Manchester United."