https://github.com/bdunnette/derbynames-microservice
https://github.com/bdunnette/derbynames-microservice
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdunnette/derbynames-microservice
- Owner: bdunnette
- Created: 2022-08-22T21:11:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T22:15:25.000Z (7 months ago)
- Last Synced: 2025-11-28T09:24:03.477Z (7 months ago)
- Language: Python
- Size: 106 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# derbynames microservice
[](https://github.com/bdunnette/derbynames-zappa/actions/workflows/docker-publish.yml)
Generating amusing (?) derby names using aitextgen.
## Building
```bash
docker build -t derbynames .
docker run -p 5000:5000 derbynames
```