Setting up a Bird Call Recognition Server

I am trying to set up a ML project in Python, following these instructions. It is not going well. The instructions are for Ubuntu, Windows and Docker, and since replit seems to be using Linux, I’ve gone for the first. But it requires a series of sudo apt-get commands which don’t work, and the packages python3-dev and python3-pip don’t line up, exactly, with what the package manager has to offer.

Is Ubuntu the right choice? Can I get around the lack of sudo-ness (I think not)? Any advice on how to get this up-and-running would be appreciated…

1 Like