Skip to content

Ponmalar7/T20-World-Cup-Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD T20 World Cup Analytics — Minimal Full-Stack Example

Overview:

  • Small Flask backend that reads a CSV of matches and exposes JSON APIs.
  • A static frontend (index.html) that requests summary data and draws charts with Chart.js.

Quick start:

  1. Create a virtualenv and install dependencies:
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
  1. Run the backend (from project root):
python backend/app.py

Then open http://127.0.0.1:8000 in your browser.

Files of interest:

  • backend/app.py — Flask app and API endpoints.
  • data/matches_sample.csv — small sample dataset to start with.
  • frontend/index.html and frontend/app.js — simple UI and charting.

Next steps you can ask me for:

  • Expand data model (ball-by-ball, players, top scorers).
  • Add upload UI to import CSVs.
  • Add filters (by team, date range) and more charts.
  • Dockerfile + deployment instructions. =======

T20-World-Cup-Analytics

T20 World Cup — Analytics is a Python-based data analytics project that explores match and player data from the T20 World Cup to uncover meaningful insights and performance trends.

fcc056e5b37123884bf0681f8959729faee0adaf

About

T20 World Cup — Analytics is a Python-based data analytics project that explores match and player data from the T20 World Cup to uncover meaningful insights and performance trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors