Add domain description
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
545ae30df9
commit
84786acd52
@ -0,0 +1,8 @@
|
|||||||
|
SC_DB_CONNECTION_ARGS=""
|
||||||
|
SC_DB_DATABASE_NAME="speechcollect"
|
||||||
|
SC_DB_DRIVER="postgresql"
|
||||||
|
SC_DB_ECHO=false
|
||||||
|
SC_DB_HOST="127.0.0.1"
|
||||||
|
SC_DB_PASSWD="2Database$"
|
||||||
|
SC_DB_PORT="5432"
|
||||||
|
SC_DB_USER="postgres"
|
@ -0,0 +1,5 @@
|
|||||||
|
Potential Service Name: SonicSchema
|
||||||
|
|
||||||
|
SonicSchema is an application where `Users` can record or upload `Audio Segments`, process them into formats and lengths suitable for model training, automatically generate `Transcriptions` of `Audio Segments`, organizes `Audio Segments` and `Transcriptions` into `Training Sets`, train `Models`, and host `Models` for inference through a `Model Deployment`.
|
||||||
|
|
||||||
|
`Users` can be part of `Team` or many `Teams` which grants them access to the `Projects` hosted by a `Team`. A `User` though can only have one `Team` active at anyone time within the user interface. `Projects` are the container of `Models`, `Training Sets`, and `Model Deployments` for interence. `Training Sets` are a combination of `AudioSegments` and `Transcriptions`,
|
Loading…
Reference in New Issue