This repository has been archived on 2022-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
amber-ebooks-archived/Procfile

3 lines
107 B
Plaintext

generate: python gen.py
train: python main.py
web: mkdir public && cd public && python -m http.server $PORT