-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collab? #7
Comments
Those changes look good! I like the roadmap too. Are you finding the detection inaccurate? I recently moved some of the prompt to the system prompt and that improved detection. I was thinking of exploring bag-of-words to improve detection further next. I am using whisper locally just because remote whispers was the majority of the running cost. With gpt4o I'm finding the cost to be about 10 cents an hour. |
I've added you as a collaborator. I haven't used that GitHub feature much, let me know if you don't have sufficient access! |
Awesome! I will make one more PR / commit to my Detection is pretty good, though not perfect. A couple of random thoughts I had on the modeling front:
|
Hi!
I've been doing some work on my fork of your project under the assumption that you weren't around any more. I would like to move to working in your repo if you are going to be around to look at PRs and are interested.
So far I've mainly done some cleanup / prep work to add types and CI
https://github.com/frrad/podly_pure_podcasts/pull/2/files
https://github.com/frrad/podly_pure_podcasts/pull/3/files
https://github.com/frrad/podly_pure_podcasts/pull/4/files
The exception being https://github.com/frrad/podly_pure_podcasts/pull/3/files where I remove local whisper support. I'm not tied to that decision and am happy to revisit it if you're interested in my contributions.
My slightly fuzzy future plans are (in no particular order):
This may all progress very slowly and/or stop at some point if I lose interest or get busy with other things but this is what I'm thinking now. Are you interested in some or all of this?
The text was updated successfully, but these errors were encountered: