A collaborative space for our team (5 members) to upload, compare, and improve machine learning model on ASL dataset(s?)
This repository is for sharing and reviewing machine learning model between my group members Each contribution should include:
- The model implementation (
.ipynb
or.py
) - Evaluation results (
.json
) - A short review (pros & cons)
ASL_Detection/
├── Dataset/
├── Results/
├── Models/
├── README.md
├── requirements.txt
└── LICENSE
- Create a new branch
- Add your
ipynb
file inside a new folder inModels
- Add
results.json
with metrics - Write your pros and cons in your PR description
- Submit a Pull request to
main
- All models have to be reviewed before merging to
main
branch - At least two approvals is required
- Pros and cons must be filled in the PR template
MIT license