Giter VIP home page Giter VIP logo

Comments (1)

chrowe avatar chrowe commented on July 2, 2024

Ok, not sure what I did to cause this, but I went through the steps again using Docker and it is working now

# Get dependencies
FROM ubuntu:18.04

ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update

RUN apt-get install -y \
	git \
	python2.7 \
	python-pip \
	python-tk \
	ffmpeg \
	portaudio19-dev \
	python-pyaudio
	

RUN pip install matplotlib termcolor scipy pydub PyAudio

RUN git clone https://github.com/itspoma/audio-fingerprint-identifying-python.git


# Install
WORKDIR "./audio-fingerprint-identifying-python"

RUN make clean reset

RUN mkdir mp3


# Get file to test with
RUN apt-get install -y wget

RUN cd mp3 && wget https://files.freemusicarchive.org/storage-freemusicarchive-org/music/WFMU/Broke_For_Free/Directionless_EP/Broke_For_Free_-_01_-_Night_Owl.mp3


# Test things are working
RUN python collect-fingerprints-of-songs.py

RUN python get-database-stat.py

from audio-fingerprint-identifying-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.