Giter Club home page Giter Club logo

gct535-2022's Introduction

gct535-2022

Code repository for GCT535 Sound Technology for Multimedia (Spring 2022)

Instruction to set up the course Conda virtual environment

We will use Python throughout the course. For practice session and homework, we will manage all library packages under a Conda virtual environment named "gct535". As a first step, please install the Python 3 version of Anaconda (https://repo.anaconda.com/). It will provide a cross-platform installation package.

*** Windows Users: please use Linux running on Windows such as Ubuntu on Windows (https://ubuntu.com/tutorials/ubuntu-on-windows#1-overview) and then run Python on it ***

After you have installed conda, close any open terminals you might have. Then open a new terminal and run the following command:

  1. Create a gct535 environment with python 3.8 and install essential packages

    conda create -n gct535 python=3.8 jupyter jupyterlab matplotlib

  2. Activate the new environment:

    conda activate gct535

  3. Install IPython kernel so we can use this environment in jupyter notebook:

    python -m ipykernel install --user --name gct535

  4. install librosa

    conda install -y -c conda-forge librosa

  5. Run Jupyter Notebook

    jupyter notebook

  6. Go to the "practice" folder and open one of "*.ipynb" files

  7. To deactivate an active environment, use

    conda deactivate

gct535-2022's People

Contributors

juhannam avatar doochi avatar

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.