https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c870713e-b683-4685-8d1f-fd8765815889/Bowie-03.png

Google Colaboratory

!pip install lyricsgenius
import lyricsgenius
genius = lyricsgenius.Genius('CLIENT_KEY')
album = genius.search_album("Look at the Moon! (Live Phoenix Festival 97)", "David Bowie")

album.save_lyrics()

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c0871c0c-18eb-4f9c-bb06-1cffc4c70e1d/Untitled.png

let lyrics = [];
let leng = newAll.length; // newAll is the .js file of all the scraped song data

 for (let i = 0; i < leng; i++) {   
    if (lyrics.length < leng) {
    append(lyrics, i + '\\n' + 'SONG TITLE' + ':  \\n' + newAll[i].song.title + '\\n\\n'+ 'SONG LYRICS' + ':  \\n' + newAll[i].song.lyrics + '\\n\\n\\n\\n\\n\\n');
   }
 }
}

function mouseClicked(){
    saveStrings(pre, 'pre.txt');
}

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/99d548a0-6abe-44a5-883d-0b9714143ed9/Screenshot_2021-05-09_at_4.39.49_PM.png

Chosen one

Life

Image to Uncanny Valley - StyleCLIP

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/99cd953a-5338-442c-941f-deff941104f1/Bowie-01.png