cfoster0 / CLAP

Contrastive Language-Audio Pretraining
BSD 3-Clause "New" or "Revised" License
87 stars 4 forks source link

Set Up Package and Directory Structure #9

Closed cfoster0 closed 3 years ago

cfoster0 commented 3 years ago

Would be great if this was set up with the basics of a Python package and any conveniences that make sense. Since there are a couple of different subcomponents in this project, we probably also want to figure out a directory structure so that people working on different aspects aren't stepping on toes.

louisgv commented 3 years ago

Also would be cool to have a collab notebook on here so folk can plug-n-play.

cfoster0 commented 3 years ago

Agreed! Once we have models to play with, it would be nice to give a quick example of how to embed audio and/or text with it

louisgv commented 3 years ago

Are we thinking monorepo or are we looking at mimicking one of the project out there?

cfoster0 commented 3 years ago

For now, let's do a monorepo. We can think about splitting out inference code once we cross that bridge.

cfoster0 commented 3 years ago

This was partially addressed in #11. Still need to settle on a structure for any non-model code we might want to include.

cfoster0 commented 3 years ago

Closing for now.