{"id":15032246,"url":"https://github.com/mcdallas/summarize","last_synced_at":"2025-04-09T21:23:37.185Z","repository":{"id":124977672,"uuid":"610934458","full_name":"mcdallas/summarize","owner":"mcdallas","description":"Summarize audio/video files","archived":false,"fork":false,"pushed_at":"2023-11-10T01:26:24.000Z","size":15,"stargazers_count":29,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T23:16:22.363Z","etag":null,"topics":["chatgpt","cli","command-line-tool","openai","rust","rust-lang","summarization","summarize","summary","whisper-ai"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcdallas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-07T19:23:08.000Z","updated_at":"2024-10-06T19:47:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5b54175-c83c-4b7d-93ea-d5dd217b93ad","html_url":"https://github.com/mcdallas/summarize","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcdallas%2Fsummarize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcdallas%2Fsummarize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcdallas%2Fsummarize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcdallas%2Fsummarize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcdallas","download_url":"https://codeload.github.com/mcdallas/summarize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113146,"owners_count":21049790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","cli","command-line-tool","openai","rust","rust-lang","summarization","summarize","summary","whisper-ai"],"created_at":"2024-09-24T20:17:49.086Z","updated_at":"2025-04-09T21:23:37.176Z","avatar_url":"https://github.com/mcdallas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## About\n\nA simple CLI tool to summarize audio files. Uses the OpenAI whisper API to transcribe the audio to text and then the OpenAI ChatGPT API to summarize the text.\n\n## Installation\n\n#### Using cargo\n\nIf you already have Rust installed, you can install using `cargo` \n```shell script\ncargo install summarize\n```\n\n#### Using homebrew\n\n```shell script\nbrew tap mcdallas/summarize\nbrew install summarize\n```\n\n#### Github Release\n\njust grab the [latest release](https://github.com/mcdallas/summarize/releases/latest) for your OS \n\n\n\n## Usage\n\nThe `$OPENAI_API_KEY` environmental variable is required. You can create an API key at https://platform.openai.com/account/api-keys\n\n``` shell\n# download an audio file\n\u003e yt-dlp --extract-audio https://www.youtube.com/watch\\?v\\=hzSbR4BeOOM --audio-format mp3 -o buffet.mp3\n[youtube] Extracting URL: https://www.youtube.com/watch?v=hzSbR4BeOOM\n[youtube] hzSbR4BeOOM: Downloading webpage\n[youtube] hzSbR4BeOOM: Downloading android player API JSON\n[info] hzSbR4BeOOM: Downloading 1 format(s): 251\n[download] Destination: buffet.webm\n[download] 100% of   10.94MiB in 00:00:01 at 10.08MiB/s\n[ExtractAudio] Destination: buffet.mp3\nDeleting original file buffet.webm (pass -k to keep)\n\n# summarize the audio file\n\u003e summarize buffet.mp3\nVolatility does not measure risk, according to Warren Buffett and Charlie Munger.\nThey argue that volatility, as measured by data, is mathematically useful but wrong when it comes to risk.\nInstead, risk should be assessed based on the nature of the business, capital structure, and the price paid.\nThey criticize the notion of risk-adjusted returns and say that finance professors have mixed up \nvolatility with risk, leading to a lot of \"foolish mathematics.\" The key to successful investing is understanding the \neconomics of the business and not paying too much to buy into it. \nThe stock market's volatility is an advantage for investors as it creates more opportunities for mispricing\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcdallas%2Fsummarize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcdallas%2Fsummarize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcdallas%2Fsummarize/lists"}