The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Add CricketLytics project #785

Open lakshmishreea122003 opened 11 months ago

lakshmishreea122003 commented 11 months ago

Is your feature request related to a problem? Please describe.

Cricket is a bat-and-ball game played between two teams of eleven players on a field at the centre of which is a 22-yard (20-metre) pitch with a wicket at each end, each comprising two bails balanced on three stumps.

The batting side scores runs by striking the ball bowled at the wicket with the bat (and running between the wickets), while the bowling and fielding side tries to prevent this (by preventing the ball from leaving the field, and getting the ball to either wicket) and dismiss each batter (so they are "out").

Describe the solution you'd like

Python Implementation 👨‍🔬 Supported Trainining

Batting (Front View) Batting (Side View) Bowling (Front View) Source

'0' for webcam Any other source for a prerecorded video If you face any problem, kindly raise an issue

Describe alternatives you've considered

IT uses : absl-py==0.12.0 attrs==20.3.0 dataclasses==0.6 mediapipe==0.8.3.1 numpy==1.20.1 opencv-python==4.5.1.48 protobuf==3.15.6 six==1.15.0

Additional context

No response

Code of Conduct

lakshmishreea122003 commented 11 months ago

This project is inspired by https://github.com/akshaybahadur21/CricketLytics/blob/main/requirements.txt

lakshmishreea122003 commented 11 months ago

Assign me