-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from wwsalmon/main
0.2.0
- Loading branch information
Showing
18 changed files
with
526 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Interview manager | ||
|
||
A desktop app for journalists to manage their transcripts and notes from sources. | ||
Transcribe interviews in one click. Made for journalists, by journalists | ||
|
||
All data stored locally, works offline (except for uploading files for transcription, checking transcription status, fetching website meta data for obvious reasons). | ||
At the moment IM uses [Rev.ai](https://www.rev.ai/) for transcription -- you can think of it as a user-friendly UI wrapper with a few extra features. You will need to bring your own Rev.ai access token to use the app. The app will guide you through this once you download and run it. | ||
|
||
There are plans to switch to [Deepgram](https://deepgram.com/), which should be faster, cheaper and more accurate. The long-shot goal is to figure out a purely on-device transcription model so there is no cost and the app will work completely offline. | ||
|
||
## Dev instructions | ||
|
||
Setup: | ||
- Install Rust on your computer | ||
- Install packages with `npm i` | ||
- Run dev mode with `npm run tauri dev` | ||
|
||
Troubleshooting: | ||
- There are problems with node 20.6.0 related to [this Vite issue](https://github.com/vitejs/vite/issues/14299). 20.7.0 and above should be fine. Run `node --version` to check your node version. Use `nvm` to install the correct version. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.