Skip to content

pspeter/urban-sound-CO2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urban-sound-CO2

Urban Sound Challenge project as part of our university course "Computational Intelligence 2".

Setup

After cloning or pulling the repository, use your shell to navigate to the project folder and use the following command to create a new virtual environment:

python -m venv venv\urbansound

Afterwards, activate the environment using:

Windows: venv\urbansound\Scripts\activate.bat
Mac: source venv\urbansound\bin\activate

Then, install the required packages using:

pip install -r requirements.txt

Now you're all set!

Reference