This repository is used to process passive acoustic data, particularly marine mammals, automatic detections and manual annotations. All results and expected input data are to be formatted according OSmOSE convention.
The package should be installed with uv, a Python package and project manager. Please refer to the documentation for installing uv.
To download the repository, clone it from git:
git clone https://github.com/Project-OSmOSE/OSmOSE_post_processing.git
Then, you can pull the latest update:
git pull origin main
You can now install the package using uv from the cloned repository:
uv sync
Contributions are welcome! To contribute:
- Fork the repository 🍴
- Create a new branch 🚀
git checkout -b feature-branch - Commit your changes ✏️
git commit -m 'Add new feature' - Push to your branch 📤
git push origin feature-branch - Open a pull request 📝
💡 Have questions or ideas? Open an issue or reach out to me!