To contribute to the project, follow these steps:
- Create the Hydrogen Torch experiment for your use-case and download the following artifacts:
- download logs files of the experiments
- capture screenshots: train visualization, charts, and validation predictions
- Create a new folder folder in
Assets/use-caseswith the correct name (no spacing), add following files:- logs files as a folder (extracted from downloaded zip)
- charts screenshot as
chart.png - validation predictions screenshot as
Validation Predictions.png - train data screenshot as
train data.png - relevant cover image as
cover.*
- Update the master csv file in
Assets/metadata/use_cases.csvwith the new use case details - Run the python file
Assets/metadata/util.pyto update the readme files.master_readmeto update the readme of master.individual_usecasesto create individual readme for your usecase.html_generatorto update theindex.htmlfile.
After verifying these changes, make a pull request to submit your contribution