Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

ADSC Fall 24 Project for cricket analytics with hawkeye data

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```