Product
Blog
Docs
Pricing
Log in
Sign up
apsv/TranscribeThing
apsv/TranscribeThing
/
Compare
Merge
apsv/main
into
wolf/main
25 files changed
Hide whitespace
+1793
-659
.vtignore
+2
-1
wolf/main
apsv/main
README.md
+11
-59
backend/api.ts
+202
-43
H
backend/index.ts
+8
-23
cli/utils.ts
+14
-1
deno.json
+4
-0
frontend/components/App.tsx
+3
-3
frontend/index.html
+1
-1
frontend/index.tsx
+2
-0
shared/consts.ts
+2
-1
.cursorrules
+290
-0
.env.example
+7
-0
.vscode
.vscode/extensions.json
+5
-0
cli/cli.ts
+56
-0
cli/transcribe.ts
+116
-0
frontend/components/ImageTranscriber.tsx
+944
-0
test
test/dev-server.ts
+28
-0
test/test-transcription.ts
+98
-0
cli/README.md
+0
-84
cli/upload.ts
+0
-76
frontend/components/FileDumper.tsx
+0
-300
shared/mimetype.ts
+0
-48
shared/utils.ts
+0
-19