Skip to content
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

[PhotoBooth] mode with image persistence along side audio file. Also, streaming capabilities, setup script, readme updates, and narrator prompt update #39

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Nov 23, 2023

  1. [Setup] script. (#1)

    rsmets committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b1f9236 View commit details
    Browse the repository at this point in the history
  2. [Narrator] prompt to describe the image like David Attenborough for i…

    …ncreased complex descriptors. (#2)
    rsmets committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    4ab05a4 View commit details
    Browse the repository at this point in the history
  3. [Narrator] fix

    rsmets committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1bb728a View commit details
    Browse the repository at this point in the history
  4. [Narrator] streaming (#3)

    rsmets committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a4847a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. [PhotoBooth] mode (#4)

    * spacebar
    
    * trunk
    
    * cleanup
    rsmets committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0a65b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e074efb View commit details
    Browse the repository at this point in the history
  3. [dotenv] module added and README updated with information on how to u…

    …se. Also, small README format refactor. (#5)
    rsmets committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    604c2b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3d5405 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cedbec View commit details
    Browse the repository at this point in the history
  6. [shutil] used thanks to trunk calling out security implication of the…

    … native os cp command via the script.
    rsmets committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ac703e9 View commit details
    Browse the repository at this point in the history
  7. readme

    rsmets committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b0770fd View commit details
    Browse the repository at this point in the history
  8. readme

    rsmets committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c3e86d8 View commit details
    Browse the repository at this point in the history
  9. Fix/imagesave (#7)

    * [Image] file saved along side the corresponding audio file (#6)
    
    * [Image] file saved along side the corresponding audio file.
    
    * [shutil] used thanks to trunk calling out security implication of the native os cp command via the script.
    
    * [README] small update to streaming section to mention image file is not saved either.
    
    * [README] small setup.sh wording refactor.
    
    * [Fix] narrator when streaming is enabled regardign image save logic
    rsmets committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    cee2b62 View commit details
    Browse the repository at this point in the history
  10. Fix/imagesave (#9)

    * [Image] file saved along side the corresponding audio file (#6)
    
    * [Image] file saved along side the corresponding audio file.
    
    * [shutil] used thanks to trunk calling out security implication of the native os cp command via the script.
    
    * [README] small update to streaming section to mention image file is not saved either.
    
    * [README] small setup.sh wording refactor.
    
    * [Fix] narrator when streaming is enabled regarding image save logic (#8)
    
    * [Fix] narrator when streaming is enabled regardign image save logic
    
    * [Fix] imagesave.
    
    * cleanup
    rsmets committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d571849 View commit details
    Browse the repository at this point in the history