Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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 ...
pemba1s1 created a review comment on a pull request on ClinicianFOCUS/FreeScribe
@sourcery-ai create a issue ticket for it. will come back later
pemba1s1 created a branch on ClinicianFOCUS/FreeScribe
mac-multiple-instane - A medical scribe capable of creating SOAP notes running Whisper and Kobold based on conversation with a patient
pemba1s1 pushed 183 commits to mac-workflow ClinicianFOCUS/FreeScribe
- If pause is on when recording button pressed toggle off c22497d
- Added the microphone drop-down select 955684b
- removed debug print 76e2f0e
- cli params d98509e
- Corectly update the mic to the proper index and only dave useful information 91252ab
- remove not needed information from static area 0561855
- Adjust to use microphone from settings and if error opening stream notfiy user to check settings b1f79ba
- remove unused pyaudio and add our current mic to settings so on each low it is persistant 0dcb3e8
- Ensure the microphone saves to file on save press 91711e3
- Use the selected mic in the audio cutoff tab 5be5c0a
- documentation 86b4dd7
- Readded the default selection setting e3a9966
- Set the microphon on application startup/settings load 891d739
- Changed the defaults to none and then wait for the load settings to be called. 6facd1e
- Exception check for invalid microphone f4dbf52
- Update src/FreeScribe.client/client.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git... 62d4abe
- change general except to hardware based one eb38e6e
- Merge branch 'mic-select' of https://github.com/ClinicianFOCUS/FreeScribe into mic-select 89bf8f8
- Sorucery Suggestion: Simplify microphone management using a dictionary: 5505815
- Seperated the static class variables to a different class to ensure the UI stays seperate f971d9c
- and 163 more ...
pemba1s1 pushed 181 commits to mac-dev ClinicianFOCUS/FreeScribe
- If pause is on when recording button pressed toggle off c22497d
- Added the microphone drop-down select 955684b
- removed debug print 76e2f0e
- cli params d98509e
- Corectly update the mic to the proper index and only dave useful information 91252ab
- remove not needed information from static area 0561855
- Adjust to use microphone from settings and if error opening stream notfiy user to check settings b1f79ba
- remove unused pyaudio and add our current mic to settings so on each low it is persistant 0dcb3e8
- Ensure the microphone saves to file on save press 91711e3
- Use the selected mic in the audio cutoff tab 5be5c0a
- documentation 86b4dd7
- Readded the default selection setting e3a9966
- Set the microphon on application startup/settings load 891d739
- Changed the defaults to none and then wait for the load settings to be called. 6facd1e
- Exception check for invalid microphone f4dbf52
- Update src/FreeScribe.client/client.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git... 62d4abe
- change general except to hardware based one eb38e6e
- Merge branch 'mic-select' of https://github.com/ClinicianFOCUS/FreeScribe into mic-select 89bf8f8
- Sorucery Suggestion: Simplify microphone management using a dictionary: 5505815
- Seperated the static class variables to a different class to ensure the UI stays seperate f971d9c
- and 161 more ...
pemba1s1 pushed 41 commits to mac-workflow ClinicianFOCUS/FreeScribe
- Merge pull request #1 from ClinicianFOCUS/mac-bug-fixes Mac bug fixes 4c7974e
- workflow for mac 900a392
- ffmpeg cb47b00
- skip win workflow 409320a
- change py version 2cfc8bb
- use latest action version d84ae27
- install portaudio b7fe590
- get ffmpeg path 97ac312
- build for intel based and silicon based 2f2dcf3
- x86_64 1afe396
- build for x64 df75321
- arch x86_64 752426d
- test2 914ab6d
- change runner for upload ac0d872
- remove action/release d2864b7
- bundle portaudio e5bd5dd
- test 042556c
- try building in mac-11 762d66a
- run on macos-12 ba51f30
- build for arm64 ecda301
- and 21 more ...
pemba1s1 closed a pull request on ClinicianFOCUS/FreeScribe
Github Workflow For Mac
### Issue - #208 - #136 - #160 ### Changes - Workflow to include Mac builds - Update workflow actions to latest version - Bundle Ffmpeg and change env path for certs for ssl ## Summary...pemba1s1 created a branch on ClinicianFOCUS/FreeScribe
mac-workflow - A medical scribe capable of creating SOAP notes running Whisper and Kobold based on conversation with a patient