Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Rewrote app to enable saving, browsing & searching transcriptions. #13

Merged
merged 4 commits into from Feb 5, 2023

Conversation

hayabhay
Copy link
Owner

@hayabhay hayabhay commented Feb 5, 2023

Since there was some apetite for this, I've rewritten this to make it a tad cleaner with a few additional features based on issues raised and personal preferences.

  1. Ability to download entire YouTube playlists and upload multiple files at once
  2. Ability browse, filter, and search through saved audio files (For now, this is done with a simple SQLite database & SQLAlchemy ORM)
  3. Auto-export of transcriptions in multiple formats (was a feature request)
  4. Simple substring based search for transcript segments. This is done with a simple LIKE query on the SQLite database.
  5. Fully reworked UI with a cleaner layout and more intuitive navigation.
  6. Ability to save whisper configurations and reuse to prevent having to re-enter the same parameters every time.
  7. Removed the ability to crop audio after download to simplify the codebase. Also, temporarily removed summarization until GPT-3 integration is complete.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant