Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aran203/cricanalytics
- Owner: Aran203
- Created: 2024-10-21T05:10:00.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:40:10.000Z (7 days ago)
- Last Synced: 2024-11-01T18:37:56.927Z (7 days ago)
- Topics: data-engineering, data-visualization, python, streamlit
- Language: Python
- Homepage:
- Size: 8.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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```