This project is still in a work in progress. Most of the backend code is complete, and I am working on hooking up the backend with the frontend code.

Cricket Stats is a website that provides important statistics for users to make their fantasy cricket teams for upcoming matches. The website offers a variety of statistics such as head-to-head stats between players, player form, player form at a specific stadium, team form, and head-to-head stats for teams.

I used sveltekit for the frontend and python for number crunching on the backend. By parsing raw ball-by-ball data for all cricket matches in the last ten years, I was able to present a user-friendly interface for the statistics and make it easy for the user to make an informed decision.