Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 948 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 948 Bytes

Daemon Writer

Front-end to send and receive requests with a GPT-2 Cloud Run server.

Why?!

I wanted to learn how easy it would be to use tailwindcss and adapt it to have Neumorphism/Glassmorphism-ish design, so why not?

Built With

Run in Docker

First, build the image: docker build -t daemon-writer .

Then run it: docker run -p <AVAILABLE PORT>:80 -dit daemon-writer