Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsingh15 authored Jan 14, 2024
1 parent 0e33022 commit 5ae29bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
### Creating reference Database
1. To create a reference database, first, update the `create_refdbase.yaml` file, focusing on specifying the path corresponding to the reference audio files.
2. After updating the configuration file, execute the following command from the `index/` directory: `python create_refdbase.py`
3. To update the existing index with new audio files:
- set <append_db> to 'True' in the `create_refdbase.yaml` file.
- set <load_index_path> to a path of existing index file
3. To update the existing index with new audio files, update the following keys in `create_refdbase.yaml`:
- set `append_db` to 'True' in the `create_refdbase.yaml` file.
- set `load_index_path` to a path of existing index file
--------------------------------------------------------------------------------------------------------------------
### Audio Retrieval
1. To perform audio retrieval, start by updating the `search.yaml file`. Specifically, please make sure that you specify the paths for the fingerprints database, metadata, and model weights.
Expand Down

0 comments on commit 5ae29bf

Please sign in to comment.