A streamlit data app that lets you create your own Fantasy Cricket Team and also gives suggestions for the best players of both teams based on the previous data of the players. This app calculates the value of a particular player according to the point system in the Dream11 fantasy cricket point system.
Check the Point System : Dream11
- Python
- Streamlit
- Pandas
- Clone the repository on your machine
- Go to the repository using cd in your terminal
- Run the below command:
pip3 install -r requirements.txt - After installation, run the app using:
streamlit run app.py