Skip to content

v0.1.0

Compare
Choose a tag to compare
@benleem benleem released this 17 Sep 22:44
· 87 commits to main since this release

Changelog

  • 9fc9975 8080 now port
  • 94dddbd ?
  • 5f278d7 Broken recorder
  • f62fd00 Delete .DS_Store
  • 235691e Delete .DS_Store
  • 05399ed Initial commit
  • 1400de3 Merge branch 'ben-local' into ezra-branch
  • 7ccefc0 Merge branch 'ben-local' into ezra-branch
  • 574ab84 Merge branch 'ben-local' into ezra-branch
  • 6220006 Merge branch 'main' into ezra-new
  • 93d9e92 Merge pull request #1 from benleem/ben-local
  • 1ab8d86 Merge pull request #2 from benleem/ben-local
  • b6d93f7 Merge pull request #3 from benleem/ben-local
  • 7c4a672 Merge pull request #4 from benleem/ben-local
  • 62dca69 Merge pull request #5 from benleem/ezra-new
  • 86f46fe Merge pull request #6 from benleem/ben-local
  • 9d5db49 Merge remote-tracking branch 'origin/ben-local' into ben-local
  • 1f57851 Update .gitignore
  • 9ae31ad Update README.md
  • a0d3a1d added auto send every 5 seconds
  • 4363e6d added big stuff to gitignore
  • 49f99db added dist_manager commands, created PrattlEnv function for reuse across project
  • 6f71923 added error handling for unregistered routes
  • 2a049f3 added go-pyenv as dep
  • 7187660 added pyenv
  • 02c1886 added typewriter animation to renderTranscription
  • fc7d01e adding notes to Dockerfile, implementing whisper model with huggingface transformers, getting an error though haha :(
  • 028ef29 adding options page
  • 4196589 adding python into docker container, editing dockerfile, adding python dependencies
  • 39fbdf2 adding windows/linux support
  • b8c1ab4 audio blob -> file
  • 9651202 base64 encoded audio websocket
  • 47e6a67 basic html setup for overlay ui
  • 584071d basic options form functionality, form prefill functionality
  • f83ed2b broken
  • b8c5f41 can pipe file byte array to python
  • c9fb424 changing file structure
  • 35da501 default styling for new typewriter; typewriter takes input string, spilts into a words array, and renders the text in spans
  • 788a5d9 editing Dockerfile
  • d1f78db editing gitignore
  • da03b2d editing gitignore
  • a413820 editing readme - getting started
  • 4dd5772 file upload changes for TranscribeWhisperAPI
  • 68cde66 fixing public fileserver
  • 0f14e3e fixing ws pathing issue
  • 96eae8b fully integrated with go-pyenv
  • f052cf6 go pipes to python stding
  • ae62c54 go server renders html on index page
  • f27916e got requests started
  • 180c4ad initial commit
  • d1961ef initial commit for prattl cli version
  • eee5570 integrating pyenv lib for embedded python
  • 9d03240 merging from ezra-branch
  • d152e77 merging from ezra-branch
  • 374980c merging from ezra-branch
  • 6979478 merging with ezra-branch
  • 974c2d6 merging with ezra-branch
  • 81e6135 merging with ezra-branch
  • ecc4998 missed fp change in trancribe from template to public
  • 9fecb61 modules work!
  • 37f7c66 moved time logging to transcribe.TranscribeLocal
  • 9d700c4 new go-pyenv version
  • 2c49095 options live view
  • fb95d31 options page takes in user input
  • ca13912 passing encoded base64 recieved from go server to python, converting to bytes to use in huggingface pipeline
  • 2e04e68 pre commit to merge with ezra-branch
  • fa1d72d prepare for merge with ezra-branch
  • 888977d progress bar
  • 3fa7a4e push before merge
  • a30bee6 putting some scripts in seperate files for reusability
  • df617e0 python script takes in base64 from go websocket and prints
  • bd7996d re-naming template directory for client-side semantics
  • 9fad729 recorder working as long as permissions are allowed
  • a647213 refactoring
  • 6f321bf refactoring render.RenderTemplate to accept multiple templates
  • 361f667 removed big boys
  • a637b33 removed version command, included in cobra
  • a98a56b removing files build files
  • 8175485 removing remaining options page code i think
  • 99788a5 removing shell script
  • f194ea1 removing some uncecessary stuff
  • 56d6ef8 removing test.mp3
  • 072567e restructuring templates file structure, options page preview
  • c77b4a4 some cleanup, using updated go-pyenv
  • a99e2fb some response formatting on server, adding to client transcription script
  • 0cdeec5 stuff works now
  • ffd2b32 style changes
  • 5e55afd text options are done through custom css field in obs, as browser interaction is not ideal, so much deleted, what a waste of time :'(
  • cd7afcc trancribe.py embedded in go binary for use in other files
  • c88b95e transcription test is working
  • 2770e34 trying to fix merge conflicts
  • bd7cf4f updating gitignore
  • c628b88 updating transcribe.py, torch is not recognized as available python library
  • 284d496 whisper api response type changes
  • 508d64d window rendered on screen, figuring out how to run gui applications in docker