Skip to content

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

License

Notifications You must be signed in to change notification settings

offeringofpie/daemon-writer

Repository files navigation

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