An open API service indexing awesome lists of open source software.

https://github.com/joelostblom/classify-song-genres-python-mirror

Public mirror of datacamp song classification project
https://github.com/joelostblom/classify-song-genres-python-mirror

datacamp

Last synced: 8 months ago
JSON representation

Public mirror of datacamp song classification project

Awesome Lists containing this project

README

          

# Project - Classifying Song Genres from Audio Data

As a Project creator, you will work in the `develop` branch of the project. Here is the Project `develop` admin page (where you also can preview the project):

https://www.datacamp.com/teach/repositories/3369/branches/develop

The live project the students will see live in the `master` branch. Here is the Project `master` admin page:

https://www.datacamp.com/teach/repositories/3369/branches/master

# Your to-do list

Everything that needs to be done to launch your Project is broken down into tasks in the Asana to-do list below:

https://app.asana.com/0/776297024159099/776297024159099

The red tasks are for instructors and the blue tasks are for your DataCamp contact. Your DataCamp contact will assign due dates throughout the creation process for your Project. All you need to do is report your progress on each task by clicking the checkbox on its left-hand side when complete. Asana training shouldn't be necessary, but here is an Asana [quick start guide](https://asana.com/guide/get-started/begin/quick-start) guide just in case.

# Things to install

There are some packages you need to be able to create DataCamp Projects locally. Run the following commands in a terminal to install them.

*You might need to change pip into pip3 depending on how you installed python.*

```
pip install nose
pip install git+https://github.com/datacamp/ipython_nose
```

---

Documentation for how to develop a DataCamp project: https://authoring.datacamp.com/projects/