--- title: Podcast Search emoji: 🚀 colorFrom: green colorTo: gray sdk: streamlit sdk_version: 1.41.1 app_file: src/app.py pinned: false license: mit short_description: terapyon channel の検索 --- # podcast-search Podcast terapyon channelを検索する仕組み ## 使い方 ### タイトルリスト - 以下のファイルを`store` フォルダに置く - `title-list-202301-202501.parquet` - 以下のカラムを持つ - id: int - date: str (2023-01-09) - length: int - audio: str (オーディオファイルURL) - title: str タイトルリストファイルの例
id | date | length | audio | title | |
---|---|---|---|---|---|
0 | 69 | 2023-01-09 | 20993616 | https://anchor.fm/s/14480e04/podcast/play/6323... | #69 2023年新年挨拶から 2022年の振り返りと2023年の抱負 |
1 | 70 | 2023-03-09 | 103287296 | https://anchor.fm/s/14480e04/podcast/play/6621... | #70 PyCon JP Association代表理事退任と今後の展望をIqbalさんと語る |
2 | 71 | 2023-03-22 | 116393694 | https://anchor.fm/s/14480e04/podcast/play/6706... | #71 hirokikyさんをゲストに 自然言語処理系AI Chat GPT / Whisp... |
3 | 72 | 2023-05-04 | 49642320 | https://anchor.fm/s/14480e04/podcast/play/6976... | #72 PyCon US 2023 ひとり振り返り |
4 | 73 | 2023-05-24 | 150643013 | https://anchor.fm/s/14480e04/podcast/play/7094... | #73 Nyohoさんをゲストに Scratchからディープラーニングや数学の話 |