Spaces:
Runtime error
Runtime error
| 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. | |
| ```bash | |
| python3 -m venv fplenv | |
| source fplenv/bin/activate | |
| ``` | |
| ## Installation | |
| 1. Clone the repository: | |
| ```bash | |
| git clone https://github.com/yourusername/fplchatbot.git | |
| cd fplChatbot | |
| ``` | |
| 2. Install the dependencies: | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| 3. Run the chatbot: | |
| ```bash | |
| 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." | |