Skip to content

Speeches hosted in Google Cloud SQL and app served from Google App Engine

Notifications You must be signed in to change notification settings

addadda023/DJT-speech-app-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJT-speech-app-engine

Speeches hosted in Google Cloud SQL and app served from Google App Engine. App Link.

This repo is continuation of DJT-Speech-Generator repo. The model hosted in Google Cloud Run uses CPU to generate speech in real-time, but it takes up to 60 sec because it's being served by CPU.

To serve the speech faster, I batch generated 10,000+ speeches from the finetuned GPT-2 model. The speeches are stored in a database in Google Cloud SQL. I created a Google Cloud App to take to display a randomly selected speech.

Front end

  • Flask
  • Jinja
  • Bootstrap

Back end

  • Postgre
  • Python

About

Speeches hosted in Google Cloud SQL and app served from Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published