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

Dataset Code #16

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Dataset Code #16

wants to merge 6 commits into from

Conversation

Sharad24
Copy link

Changes:

  • EDA folder which has scripts for, well you guessed it, Exploratory Data Analysis
  • extraction has consolidated scripts for extraction.
  • packaging has scripts used for tarring, uploading, getting links, filtering, etc (all using multiprocessing over different languages)
  • There is a new function added to embedding/word_extraction.py but this can be consolidated into the older one. I made a new one to not disturb any existing code.

Updated .gitignore to avoid pickles, pngs, pdfs, etc.

Comment on lines +68 to +70
transformer = sox.Transformer()
transformer.convert(samplerate=48000) # from 48K mp3s
transformer.build(str(oldpath), str(newpath))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

1 participant