Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom committed Dec 12, 2024
1 parent ec15d97 commit f5caaf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ build
*/.venv
*.env

src/build

.vscode
.idea
*/dist/*
Expand Down
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ make install

- **Documentation**
- Classification
- [DataLoader](classification/dataloader.md)
- [Documentation](classification/documentation.md)
- [Metrics](classification/metrics.md)
- Object Detection
- [Documentation](object_detection/documentation.md)
- [Metrics](object_detection/metrics.md)
- Semantic Segmentation
- [Documentation](semantic_segmentation/documentation.md)
- [Metrics](semantic_segmentation/metrics.md)
- Text Generation
- [Documentation](text_generation/documentation.md)
- [Metrics](text_generation/metrics.md)
- **[Example Notebooks](https://github.com/Striveworks/valor/blob/main/examples/)**: Collection of descriptive Jupyter notebooks giving examples of how to evaluate model performance using Valor.
- **[Contributing and Development](contributing.md)**: Explains how you can build on and contribute to Valor.

0 comments on commit f5caaf6

Please sign in to comment.