pagetypeinfo, DeathStarBench 초기 실험
Window GitHub 데스크탑을 활용한 Clone 방법
GitHub Desktop → File → Clone Repositories → Local Path 설정 → URL 입력
그냥 VS Code랑 Python 연습
converting Audio to Text
Whisper라는 openAI Tool을 활용하는건데 Local Resource 활용해서 엄청 느린듯
pip install git+https://github.com/openai/whisper.git
git --version
whisper "DSA_250409_1.m4a" --model small --language English --task transcribe --output_format txt
다른 방법으로는 NaverClova 쓸 수 있는데, Free Trial만 가능한 듯