https://github.com/aran203/cricanalytics
ADSC Fall 24 Project for cricket analytics with hawkeye data
https://github.com/aran203/cricanalytics
data-engineering data-visualization python streamlit
Last synced: about 1 month ago
JSON representation
ADSC Fall 24 Project for cricket analytics with hawkeye data
- Host: GitHub
- URL: https://github.com/aran203/cricanalytics
- Owner: Aran203
- Created: 2024-10-21T05:10:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T17:50:04.000Z (over 1 year ago)
- Last Synced: 2025-02-12T23:32:05.650Z (over 1 year ago)
- Topics: data-engineering, data-visualization, python, streamlit
- Language: Python
- Homepage:
- Size: 8.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cricanalytics
For the development of your feature, follow the following steps:
- Run ``` git pull ``` to ensure that you have the most up to date repo
- Run ```git pull origin ``` to fetch the branch you are supposed to be working on
- Run ```git branch``` to ensure that you are on the correct branch. If not, run ```git checkout ``` so that you are on the correct branch
- Implement your feature as a function (look for notes in the metrics document) in the appropriate directory
- Once you are done with your feature, you want to run ```git add ``` followed by ```git commit -m ``` to commit your changes. Then to update the remote, you want to ```git push```