cyrilou242 / RapLyrics-Front

Front end repository for raplyrics.eu - A rap music lyrics generation project

Home Page:https://www.raplyrics.eu/?utm_source=github.com&utm_medium=github-readme&utm_campaign=github-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RapLyrics Front End

lyrics generation

Context

This repository contains the assets used for the front-end of the raplyrics web-app available at raplyrics.eu.

This project consumes a lyric generative web-app served with gunicorn.

References

Learn more on how we built the data pipeline including the scraping of lyrics, the training of a state of the art text-generative model and the serving of a tensorflow model through gunicorn by checking our related repositories:

Protips

You want to test some models using our front-end? Easy! To do so, simply change the callback settings in the index.html file.

From:

var settings = {"async": true,
               "ur":"https://raplyrics.eu/apiUS",
               ...,
               }

to:

var settings = {"async": true,
               "ur":"http://127.0.0.1:5000/myAPIEndPoint",
               ...,
               }

with your correct localhost address and API endpoint set of course.

About

Front end repository for raplyrics.eu - A rap music lyrics generation project

https://www.raplyrics.eu/?utm_source=github.com&utm_medium=github-readme&utm_campaign=github-front

License:MIT License


Languages

Language:HTML 52.6%Language:CSS 24.4%Language:JavaScript 22.9%