Hongyu-Li / MC_Sandwich_Generator

Frontend (React) & Backend (Flask + Gunicorn) For Making Rap Generator with GPT2 User-Interactive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MC_Sandwich_Generator

This repo is used to make RapGenerator_GPT2 to be user-interactive.

🙋 Wanna Try?

✉️ Wanna Know More?

Frontend

  • React + Docker
docker build -t frontend .
docker run -d -p 3100:80 frontend 

Backend

  • Flask + Gunicorn
pip install -r requirements.txt
pip install gunicorn
gunicorn app:app -w 3 -b 0.0.0.0:8000 --timeout=400

Note: most of backend codes are consistent with my RapGenerator_GPT2 repo. If you want to dig deeper, please also check that repo.

About

Frontend (React) & Backend (Flask + Gunicorn) For Making Rap Generator with GPT2 User-Interactive


Languages

Language:Python 71.2%Language:JavaScript 14.5%Language:CSS 10.6%Language:HTML 3.3%Language:Dockerfile 0.3%