Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe for searching similar audios #417

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

plon-Susk7
Copy link

This PR is related to issue #410

  1. Created folder called notebooks inside src.
  2. Installed Jupyter lab inside virtual environment.
  3. Made changes to Dockerfile and docker-compose.yml file to expose notebook's port.
  4. Changed embedding size in es_vec_mappings.py from 2048 to 512 since we are using clap based operator.
  5. Command to run notebook outside container :
jupyter lab --ip 0.0.0.0 --port 8888 --no-browser --allow-root --NotebookApp.token=''
  1. Created notebook for recipe.

aatmanvaidya and others added 3 commits September 12, 2024 14:20
Automatically generated by python-semantic-release
@plon-Susk7 plon-Susk7 changed the title Recipe for searching similar videos Recipe for searching similar audios Oct 22, 2024
@aatmanvaidya aatmanvaidya self-requested a review October 23, 2024 02:51
@aatmanvaidya aatmanvaidya changed the base branch from main to development October 23, 2024 02:52
@aatmanvaidya aatmanvaidya merged commit 53544ce into tattle-made:development Oct 23, 2024
3 of 4 checks passed
@plon-Susk7 plon-Susk7 deleted the search_audio branch October 23, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants