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
- Host: GitHub
- URL: https://github.com/joelostblom/classify-song-genres-python-mirror
- Owner: joelostblom
- License: other
- Created: 2020-03-26T23:09:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T23:10:23.000Z (about 6 years ago)
- Last Synced: 2025-05-21T16:51:05.292Z (about 1 year ago)
- Topics: datacamp
- Language: Jupyter Notebook
- Homepage:
- Size: 7.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/