Skip to content

comob-project/snn-sound-localization

Repository files navigation

COMOB · SNN Sound Localization project 🎧

This is the repository behind the SNN Sound Localization project. Check out the website for more information about the project and how to join and contribute.

Contents

  • research/: Jupyter Notebooks and markdown files with research notes, code, and plots. Gets built into the website.
  • paper/: Markdown files with the paper in progress. Also gets built into the website.
  • index.md: Home page ("About") of the website
  • environment.yml: conda environment to run the notebooks in research/.

Dev notes

To edit and build locally, install node and myst following these instructions.

To build the paper, run the following from the root directory:

myst build paper/paper.md --pdf

To edit locally:

myst start

Then click the link in the terminal (probably http://localhost:3000).