https://github.com/firobe/saito
Research
https://github.com/firobe/saito
Last synced: over 1 year ago
JSON representation
Research
- Host: GitHub
- URL: https://github.com/firobe/saito
- Owner: Firobe
- Created: 2017-07-03T06:51:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T20:32:43.000Z (over 8 years ago)
- Last Synced: 2025-01-22T00:37:16.527Z (over 1 year ago)
- Language: Python
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saito
Internship on image and music classification according to emotions.
All code should be self-documented.
## Image
Edit `config.py` accordingly and launch the main process by running `main.py`
`segmentation.py` is not bug-free.
## Music
First edit `config.py` as you want.
Use `getdata.py` to retrieve only the relevant data from the NicoNico dataset (read documentation inside code to tune what criterion should be used to select relevant data).
Use `getaudio.py` to retrieve video from data and convert it to audio. (Warning : NicoNico is very slow and often interrupts downloads).
Use `melody.py` functions to extract melody from audio and manipulate it.
Use `main.py` as a base for parsing downloaded data.
For details see the documentation inside each source file.