Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupeshs/neuralsongstyle
Audio style transfer AI
https://github.com/rupeshs/neuralsongstyle
python style styletransfer tensorflow
Last synced: 5 days ago
JSON representation
Audio style transfer AI
- Host: GitHub
- URL: https://github.com/rupeshs/neuralsongstyle
- Owner: rupeshs
- Created: 2016-12-18T01:58:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T01:16:05.000Z (4 months ago)
- Last Synced: 2025-01-26T00:07:18.815Z (12 days ago)
- Topics: python, style, styletransfer, tensorflow
- Language: Python
- Homepage:
- Size: 1.69 MB
- Stars: 151
- Watchers: 11
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Neural Song Style
Transferring the style from one song onto another using artificial intelligence.This is based on the implementation [neural-style-audio](https://github.com/DmitryUlyanov/neural-style-audio-tf) by Dmitry and Vadim.
### Options
- --content ,Content audio path
- --style, Style audio path
- --out, Styled audio path### Dependencies
- python (tested with python 2.7/3.5)
- tensorflow
- librosa### Demo
00:00-00:10 - Content - Alan Walker fade
00:10-00:20 - Style- Chain smokers -Don't Let Me Down
00:10-00:30 - Styled song
[Song style transfer AI test](https://www.youtube.com/watch?v=iUujo7i6P3w)
![Spectrum](https://raw.githubusercontent.com/rupeshs/neuralsongstyle/master/plots/spectrum.jpg "Spectrum")
### References
[Audio texture synthesis and style transfe](http://dmitryulyanov.github.io/audio-texture-synthesis-and-style-transfer/)