Skip to content

A simple LSTM-based model for lyrics generation with FastAPI

License

Notifications You must be signed in to change notification settings

RobinRojowiec/lyrics-generator

 
 

Repository files navigation

lyrics-generator

A simple LSTM-based character-based model for lyrics generation with FastAPI and Vue.js+Bootstrap Frontend

Setup

  • clone repository
  • got to cloned directory
  • run pip install requirements.txt
  • cd frontend
  • run npm install
  • run npm run build
  • cd ..
  • run python server.py

The application is now available under http://localhost:8000/

About

A simple LSTM-based model for lyrics generation with FastAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published