Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 385 Bytes

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/