An analytical panel made using Flask, Dash and Plotly to visualize and select players based on their stats (from last season) for your Fantasy Premier League Team.
Clone the project.
git clone https://github.com/sidthakur08/fpl_explore.git
Go to the project directory
cd fpl_explore
Run the shell script to install required packages and start the server.
./run.sh
- If you face any permission errors while running the shell script. Write the given code.
This provides you with the execution rights in order to run the script.
chmod +x run.sh