Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 494 Bytes

IC_project1

requirements (Ubuntu 20.04)

matplotlib-cpp

we use matplotlib-cpp whom is a wrapper for matplot python library

sudo apt install python3 python3-dev

pip3 install matplotlib

libsndfile

sudo apt install autoconf autogen automake build-essential libasound2-dev libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev libmpg123-dev pkg-config python

sudo apt-get install libsndfile1-dev

opencv4

sudo apt install libopencv-dev python3-opencv