A simple LSTM-based character-based model for lyrics generation with FastAPI and Vue.js+Bootstrap Frontend
- 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/