Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 307 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 307 Bytes

conspect

Translating voice messages into text

Requirements:

Docker: v20.10.22
Docker Compose: v2.15.1
see https://docs.docker.com/

Usage

Build

make build up

Development

Add the code

make format
make flake8

Add requirements

make lock