https://github.com/webobite/cricketmatchdatasetcreator
https://github.com/webobite/cricketmatchdatasetcreator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webobite/cricketmatchdatasetcreator
- Owner: webobite
- Created: 2020-07-04T15:26:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T15:42:12.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T00:29:00.231Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cricket Match Dataset Creator
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Format of Dataset](#dataset_format)
Dataset for a service on the cloud of your choice that accepts the text file containing the scores of all the cricketers for the last 10 years and
publishes the top 5 batsman basis for each of the below criteria
This project is developed with Eclipse IDE
clone the git repo and open the repo in Eclipse IDE for Creating Dataset by running the console application
## Format of Dataset
Sample Format :
- Sachin, T20, 140, 2017
- Virat, T20, 155, 2018
- Rohit, 1Day, 220, 2019
- Shikhar, Test, 25, 2020
- Sachin, T20, 120, 2016
- Dravid, Test, 215, 2011