Skip to content

nicobytes/channel-copilot

Repository files navigation

Create env

conda env create -f environment.yml

Activate env

conda activate channel

Install deps

poetry install

Generate conda env from zero

conda create --name channel python=3.10
conda activate channel
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
conda install -c conda-forge poetry
conda install -c conda-forge ffmpeg
conda env export > environment.yml
poetry init

Run

python main.py audio
python main.py transcribe ./data/2024-10-09-ngrx
python main.py summary ./data/2024-10-09-ngrx
python main.py youtube ./data/2024-10-09-ngrx
python main.py tweet ./data/2024-10-09-ngrx https://youtu.be/BNtwU1h2QPU "Developers"
python main.py thread ./data/2024-10-09-ngrx https://youtu.be/BNtwU1h2QPU "Developers"
python main.py linkedin ./data/2024-10-09-ngrx https://youtu.be/BNtwU1h2QPU "Developers" "text" "video"
python main.py blog ./data/2024-10-09-ngrx

python main.py transcribe ./data/2024-10-09-ngrx

TODOs

  • Avoid be rebudant
  • change aprenderemos por aprenderás
  • improvements in generate tweets with summary, hasttags, include links, emojis etc
  • test generate images
  • chain to generate title, description and keywords

Releases

No releases published

Packages

No packages published