Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ItsSimko pushed 3 commits to mini-fix ClinicianFOCUS/FreeScribe
sourcery-ai[bot] created a review comment on a pull request on ClinicianFOCUS/FreeScribe
**issue (bug_risk):** Incorrect row counter increment after moving microphone selector The microphone selector was moved to right_frame but left_row is still being incremented. This could cause la...
sourcery-ai[bot] created a review on a pull request on ClinicianFOCUS/FreeScribe
Hey @ItsSimko - I've reviewed your changes and they look great! <details> <summary>Here's what I looked at during the review</summary> - 🟡 **General issues**: 1 issue found - 🟢 **Security**: all ...
ItsSimko created a comment on a pull request on ClinicianFOCUS/FreeScribe
@sourcery-ai review
ItsSimko created a review comment on a pull request on ClinicianFOCUS/FreeScribe
https://github.com/ClinicianFOCUS/FreeScribe/pull/240/commits/32028fa73012c771570915c19fc9ee50a4eb455f
ItsSimko pushed 8 commits to mini-fix ClinicianFOCUS/FreeScribe
- Removed magic nums 32028fa
- Adjusted settings window to be bigger to fit everything cf77a90
- Made settings open into the center of main window 43c8e8a
- Made display to center private 4bbbc59
- Updated the private refernce 932f2f5
- Render welcome message post widget render in client.py 19b4201
- Made content load first. Also made the window display to the center of the application. and reduced sizes so it did n... efdfcef
- Update the versioning number we submit 4515e7c
sourcery-ai[bot] created a review comment on a pull request on ClinicianFOCUS/FreeScribe
**suggestion:** Magic string "CPU" should be defined as a constant Define this default value as a constant to maintain consistency and make updates easier. Suggested implementation: ```python ...
sourcery-ai[bot] created a review on a pull request on ClinicianFOCUS/FreeScribe
Hey @ItsSimko - I've reviewed your changes and they look great! <details> <summary>Here's what I looked at during the review</summary> - 🟡 **General issues**: 1 issue found - 🟢 **Security**: all ...
ItsSimko created a comment on a pull request on ClinicianFOCUS/FreeScribe
@sourcery-ai review
sourcery-ai[bot] created a comment on a pull request on ClinicianFOCUS/FreeScribe
<!-- Generated by sourcery-ai[bot]: start review_guide --> 🧙 Sourcery is reviewing your pull request! --- <details> <summary>Tips and commands</summary> #### Interacting with Sourcery - **Trig...
ItsSimko created a branch on ClinicianFOCUS/FreeScribe
mini-fix - A medical scribe capable of creating SOAP notes running Whisper and Kobold based on conversation with a patient
pemba1s1 pushed 1 commit to mac-multiple-instane ClinicianFOCUS/FreeScribe
- faster-whisper changes d0b8ac3
ItsSimko opened an issue on ClinicianFOCUS/FreeScribe
Reset the text box state on cancel
When canceling full audio prcoess clear both box states so the "Processing Audio...." text is removed and application is set back to defaultItsSimko opened an issue on ClinicianFOCUS/FreeScribe
Whisper Architecture disabled on remote settings
ItsSimko opened an issue on ClinicianFOCUS/FreeScribe
Version Number included in settings.txt and then displayed somewhere.
Print at the top of the debug log toopemba1s1 pushed 51 commits to mac-multiple-instane ClinicianFOCUS/FreeScribe
- Implmented faster whisper with architecture selection for cuda or cpu 4a4de3b
- Added model reload on architecture change 96c28d0
- predefine langauge in transcribe 5d756d4
- removed debug 3f61631
- removed unsused depencies ba182cf
- added faster whisper to reqs dc2cc5c
- Update src/FreeScribe.client/client.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git... 7aadde5
- Add error handing and returned message to be printed to the window 2699874
- Changed architectures to enum to prevent hardcodes deac905
- add the cuda stuff bundled to pyinstaller a0da8ee
- add the cuda packages to nvidia requirements 1308bdf
- add the nvidia driver stuff to env path for use by application if cuda is selected 0d81293
- Updated llama-cpp to cu124 to match bundled cuda version c6193e5
- Updated release to fix pyinstaller error d8b97ba
- added the cuda driver install to the github action 2730d57
- removed circular import 958e1dc
- debug remove cpu step e9dbab9
- syntax error 890aefb
- added error handling to the transcribe if model is not loaded fcafb6c
- Prevented enum recursion 0584b79
- and 31 more ...
pemba1s1 created a review comment on a pull request on ClinicianFOCUS/FreeScribe
have another pr for it #233
pemba1s1 created a review comment on a pull request on ClinicianFOCUS/FreeScribe
have another pr for it #233
pemba1s1 created a review comment on a pull request on ClinicianFOCUS/FreeScribe
have another pr open for it #233
pemba1s1 pushed 50 commits to mac-dev ClinicianFOCUS/FreeScribe
- Implmented faster whisper with architecture selection for cuda or cpu 4a4de3b
- Added model reload on architecture change 96c28d0
- predefine langauge in transcribe 5d756d4
- removed debug 3f61631
- removed unsused depencies ba182cf
- added faster whisper to reqs dc2cc5c
- Update src/FreeScribe.client/client.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git... 7aadde5
- Add error handing and returned message to be printed to the window 2699874
- Changed architectures to enum to prevent hardcodes deac905
- add the cuda stuff bundled to pyinstaller a0da8ee
- add the cuda packages to nvidia requirements 1308bdf
- add the nvidia driver stuff to env path for use by application if cuda is selected 0d81293
- Updated llama-cpp to cu124 to match bundled cuda version c6193e5
- Updated release to fix pyinstaller error d8b97ba
- added the cuda driver install to the github action 2730d57
- removed circular import 958e1dc
- debug remove cpu step e9dbab9
- syntax error 890aefb
- added error handling to the transcribe if model is not loaded fcafb6c
- Prevented enum recursion 0584b79
- and 30 more ...