Commit Graph

420 Commits

Author SHA1 Message Date
Rishikanth Chandrasekaran
942e72b7de Add donation link to README
Added a donation link to support the project.
2025-09-04 15:53:04 -07:00
Rishikanth Chandrasekaran
d869b6db32 Add ko-fi badge 2025-09-04 14:26:34 -07:00
Rishikanth Chandrasekaran
cecd48e252 Adding sponsors 2025-09-04 14:04:38 -07:00
rishikanthc
1dc27ed3ea add donation option 2025-09-04 13:53:08 -07:00
rishikanthc
b9ff1ca8b5 fix mobile transcript view toolbar for better visibility and UX 2025-09-04 09:28:19 -07:00
rishikanthc
1ddeca7246 fixes incorrect persistence of old speaker data when re-transcribed 2025-09-04 09:28:19 -07:00
rishikanthc
59d6b02c4f adds support for renaming speakers 2025-09-04 09:28:19 -07:00
rishikanthc
c6c7e06eb2 fixes #173 - chat with gpt5 models 2025-09-03 10:56:52 -07:00
rishikanthc
6ef0148dc6 adds animation during summary generation to indicate processing 2025-09-03 10:46:56 -07:00
rishikanthc
e3b04f4bd9 fixes #173 2025-09-03 10:43:21 -07:00
rishikanthc
e8bb9dd2f9 landing 2025-09-02 11:35:01 -07:00
GitHub Action
d76bf9174c Deploy landing site to docs folder 2025-09-02 18:11:51 +00:00
rishikanthc
675048dadd fixes ci/cd for project website - api and changelog pages not being updated 2025-09-02 11:11:15 -07:00
rishikanthc
39dd500521 moves auto transcription settings to transcription tab 2025-09-02 10:55:33 -07:00
rishikanthc
98493c0b59 adds optional auto-transcription on upload 2025-09-02 10:55:33 -07:00
rishikanthc
15e6e58cb0 updates readme 2025-09-02 10:55:33 -07:00
rishikanthc
925e918dea remove build files from git repo 2025-09-02 10:55:33 -07:00
rishikanthc
fd47562e5f update gitignore 2025-09-02 10:18:22 -07:00
rishikanthc
56372867d4 removing data from tracking 2025-09-02 10:18:22 -07:00
rishikanthc
bf8919f730 adds default transcription profiles 2025-09-02 10:18:22 -07:00
Ruslan Chernenko
8370868140 feat: increase timeout to query openai from 30 to 300s 2025-09-02 08:40:33 -07:00
rishikanthc
d2bb4fe220 adds transcription report in transcript section 2025-09-01 21:54:47 -07:00
rishikanthc
c09d2d9a25 fixes missing parameters in transcription info 2025-09-01 21:45:58 -07:00
rishikanthc
c9a48cdb52 adds info to transcripts to view parameters and stats 2025-09-01 21:43:14 -07:00
rishikanthc
1e40459d11 add table for storing transcription stats 2025-09-01 21:36:58 -07:00
rishikanthc
c2de028627 fixes job termination 2025-09-01 19:52:43 -07:00
rishikanthc
17364cf1ef fix project page 2025-09-01 10:37:19 -07:00
GitHub Action
b0dfb7af29 Deploy landing site to docs folder 2025-09-01 16:23:31 +00:00
rishikanthc
9c94d54298 update changelog in project website 2025-09-01 09:23:07 -07:00
rishikanthc
3a68856c93 fixing homebrew issue v1.0.4 2025-09-01 08:57:23 -07:00
rishikanthc
58b16951d9 fix homebrew package 2025-09-01 08:52:23 -07:00
rishikanthc
972a7f6fd7 fixes #163 v1.0.3 2025-08-31 16:03:21 -07:00
rishikanthc
f6388cf2e2 fixes ctranslate issues on arch and ubuntu v1.0.2 2025-08-31 14:51:55 -07:00
rishikanthc
9736ec44be change default uid/pid to 1000 v1.0.1 2025-08-31 11:42:53 -07:00
rishikanthc
2c868967b3 fix docker not respecting env uid pid 2025-08-31 11:38:02 -07:00
rishikanthc
2add3ec4d3 fix permissions errors for docker bind mounts 2025-08-31 10:42:22 -07:00
rishikanthc
9a7212fa5d fixes #161 2025-08-31 10:35:21 -07:00
rishikanthc
a7846f9f6a remove python scripts as they are no longer used 2025-08-31 10:20:23 -07:00
rishikanthc
6caf56aa0c fixed diarization to use whisperX-cli instead of python script 2025-08-31 10:15:00 -07:00
rishikanthc
f35b2efd75 fixes #158 and #160 2025-08-31 09:46:07 -07:00
rishikanthc
933a95f336 updates api doc path in backend v1.0.0 2025-08-30 09:23:07 -07:00
rishikanthc
9db27d8ab9 update git workflows 2025-08-29 17:25:19 -07:00
GitHub Action
514b9cdc6d Deploy landing site to docs folder 2025-08-29 19:36:27 +00:00
rishikanthc
e5dad61d6c fix project site
Signed-off-by: rishikanthc <rishikanthc@gmail.com>

Signed-off-by: rishikanthc <rishikanthc@gmail.com>
2025-08-29 12:36:00 -07:00
rishikanthc
5aff57f3b8 fix asset paths for docs subdirectories
- Update GitHub Actions to fix relative paths in docs/*.html files
- This should resolve 404 errors on docs pages by fixing asset references
- Docs pages now use ../assets/ instead of /assets/ for proper loading
2025-08-29 12:25:52 -07:00
GitHub Action
db0619f142 Deploy landing site to docs folder 2025-08-29 18:54:59 +00:00
rishikanthc
9add6f8b68 fix multi-page build structure for GitHub Pages
- Add individual HTML entry points for each docs page
- Update vite config to build all pages
- Update GitHub Actions to properly structure docs/ folder
- This should fix 404s on /docs/intro.html etc
2025-08-29 11:54:33 -07:00
GitHub Action
4e4651d055 Deploy landing site to docs folder 2025-08-29 18:50:13 +00:00
rishikanthc
cc98776f3c fix vite multi-page build config for GitHub Pages 2025-08-29 11:49:46 -07:00
GitHub Action
cc9e380dd0 Deploy landing site to docs folder 2025-08-29 18:46:48 +00:00