Skip to content

Commit

Permalink
Unlink the tutorial (towhee-io#1470)
Browse files Browse the repository at this point in the history
Signed-off-by: shiyu22 <[email protected]>
  • Loading branch information
shiyu22 authored Jun 24, 2022
1 parent 43fc4ed commit 52d8069
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/01-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ For more information, take a look at our [quick start](/02-Getting%20Started/01-

### Tutorials:

- [Reverse image search](/05-Tutorials/02-Computer%20Vision/01-reverse-image-search.md): search for similar or related images.
- [Image deduplication](/05-Tutorials/02-Computer%20Vision/02-image-deduplication.md): detect and remove identical or near-identical photos.
- [Music recognition](/05-Tutorials/03-Audio/01-music-recognition-system.md): music identification with full-length song or a snippet.
- [Reverse image search](https://github.com/towhee-io/examples): search for similar or related images.
- [Image deduplication](https://github.com/towhee-io/examples): detect and remove identical or near-identical photos.
- [Music recognition](https://github.com/towhee-io/examples): music identification with full-length song or a snippet.

### Community:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Audio is defined as any human-hearable sound; audio embedding is the process of

## Popular scenarios

- [Identify music with an audio snippet](/05-Tutorials/03-Audio/01-music-recognition-system.md)
- [Identify music with an audio snippet](https://github.com/towhee-io/examples)
- Recognize audio events or scenes
- Tag music for genres, artists, emotion
- Music copyright infringement
Expand Down
4 changes: 2 additions & 2 deletions docs/03-User Guides/03-Built-in Pipelines/image-embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Image embedding pipelines are used for reduction the dimensionality of the input

## Popular Scenarios

- [Reverse image search](/05-Tutorials/02-Computer%20Vision/01-reverse-image-search.md)
- [Image deduplication](/05-Tutorials/02-Computer%20Vision/02-image-deduplication.md)
- [Reverse image search](https://github.com/towhee-io/examples)
- [Image deduplication](https://github.com/towhee-io/examples)
- Copyright infringement detection
- Item tagging
- Celebrity tagging
Expand Down
8 changes: 4 additions & 4 deletions docs/05-Release Notes/release-notes-040.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ New pages
- ["Overview"](https://docs.towhee.io/)
- ["Getting started / Quick start"](https://docs.towhee.io/get-started/quick-start)
- ["Getting started / Installation"](https://docs.towhee.io/get-started/install)
- ["Tutorials / Reverse image search"](https://docs.towhee.io/tutorials/reverse-image-search)
- ["Tutorials / Image deduplication"](https://docs.towhee.io/tutorials/image-deduplication)
- ["Tutorials / Music recognition"](https://docs.towhee.io/tutorials/music-recognition-system)
- ["Supported pipelines / Image embedding pipelines"](https://docs.towhee.io/tutorials/music-recognition-system)
- "Tutorials / Reverse image search"
- "Tutorials / Image deduplication"
- "Tutorials / Music recognition"
- "Supported pipelines / Image embedding pipelines"
- ["Supported pipelines / Music embedding pipelines"](https://docs.towhee.io/pipelines/music-embedding)
- ["Developer guides / Contributing / Contributing guide"](https://docs.towhee.io/developer-guides/contributing/contributing-guide)

Expand Down

0 comments on commit 52d8069

Please sign in to comment.