This application uses machine learning to predict the best Fantasy Premier League team based on player statistics and fixture difficulty ratings.
- Predicts player points using a Random Forest model.
- Generates an optimized team within a given budget and formation.
- Displays player stats in a user-friendly modal.
- Use newsapi to read premier league news and apply information to predictions using NLTK sentiment intensity analyzer.
- Clone the repository:
git clone https://github.com/your-username/fpl-optimizer.git