Skip to content

gianpd/summarizerAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SummarizerPWA with Bart Large CNN ⚡️🔥🚀

Setup

  1. docker-compose --env-file FILE_NAME.env up -d --build
  2. docker-compose logs web -f

DB setup

Go inside the web-db running container and use the postgres CLI:

docker-compose exec web-db psql -U postgres

\c web_dev
\dt # shows tables
\q # exit