MoUSE - Mouse Ultrasonic Squeak Explorer
This repo contains the backend for our whole JosephTheMoUSE project. This is toolkit for processing, localisation and classification of rodent ultrasonic squeaks written in Python.
If you are familiar with programming, use below instructions for this MoUSE backend installation. Firstly, it is available to run it on windows/linux/macOS. You just need to have installed on your computer Python in version ^3.11 and Poetry compatible with your Python version. In the Python installation add it to the environment variable PATH on your computer. The same do with the Poetry. Add it to the environment variable PATH. We are using Poetry for dependency management as it is nowadays very popular and efficient tool for this purpose.
Now, please clone this repository to your destination folder as follows:
$ git clone https://github.com/JosephTheMoUSE/MoUSE.git
$ cd MoUSE
$ poetry install
After that, you are ready to go!
$ python -m pip install git+https://github.com/JosephTheMoUSE/MoUSE.git
I you you want to install MoUSE Desktop App (frontend) see MoUSE Desktop App repository. If you are looking for a MoUSE Desktop App usage tutorial, see MoUSE wiki page.
If you have some problems with this MoUSE backend installation, post an issue on github and we will try to help you.