Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ST2-EV/lyrixy
lyrixy( lyrics + audio of the song ) = lyric music video
https://github.com/ST2-EV/lyrixy
gentle lyrics-generator python
Last synced: 3 months ago
JSON representation
lyrixy( lyrics + audio of the song ) = lyric music video
- Host: GitHub
- URL: https://github.com/ST2-EV/lyrixy
- Owner: ST2-EV
- Created: 2020-07-01T04:06:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T21:53:08.000Z (almost 3 years ago)
- Last Synced: 2024-05-11T07:33:34.666Z (6 months ago)
- Topics: gentle, lyrics-generator, python
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - ST2-EV/lyrixy - lyrixy( lyrics + audio of the song ) = lyric music video (Python)
README
# lyrixy
[**Genenrated example from just audio file and lyrics text file**](https://drive.google.com/file/d/1IqlcGBGaHnn4n0nlCDmxP5e62uTlwc-3/view?usp=sharing)
* ```force_align.py``` runs gentle and gives a dictionary.
* ```data.json``` is a sample output from force_align.py with the song MIDDLE CHILD - J.COLE, use this to test and iterate for the file below.
* ```extract_proper_frames.py``` should create split the lyrics into sentences that have start stop durations in a way tolerating all te words that have not been recognized.
* ```create_video.py``` this creates the video from the data the above file produces.(a dicionary of each line per frame and its respective duration).
* ```main.py``` will be the file that brings all the above files together.