{"id":26359090,"url":"https://github.com/assemblyai/cookbook","last_synced_at":"2025-04-06T18:13:27.169Z","repository":{"id":200822651,"uuid":"694353991","full_name":"AssemblyAI/cookbook","owner":"AssemblyAI","description":"A resource of code examples, guides, and tutorials for using the AssemblyAI API.","archived":false,"fork":false,"pushed_at":"2025-03-21T14:10:56.000Z","size":12442,"stargazers_count":130,"open_issues_count":1,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-30T17:08:14.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/AssemblyAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-09-20T20:40:32.000Z","updated_at":"2025-03-30T07:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"15bd17a0-5a40-4386-88fe-92ec45b0a648","html_url":"https://github.com/AssemblyAI/cookbook","commit_stats":null,"previous_names":["assemblyai/cookbook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyAI%2Fcookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyAI%2Fcookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyAI%2Fcookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyAI%2Fcookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AssemblyAI","download_url":"https://codeload.github.com/AssemblyAI/cookbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526753,"owners_count":20953143,"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":[],"created_at":"2025-03-16T15:58:42.359Z","updated_at":"2025-04-06T18:13:27.163Z","avatar_url":"https://github.com/AssemblyAI.png","language":"Jupyter Notebook","readme":"\u003e [!IMPORTANT]\n\u003e This cookbook repository will no longer be updated.\n\u003e Any new cookbooks, as well as all the guides included in this repo, can be found in the [cookbook section of our documentation](https://www.assemblyai.com/docs/guides).\n\u003e \n# AssemblyAI Cookbook 🧑‍🍳\n\nThe AssemblyAI Cookbook is a resource of code examples, guides, and tutorials for using the AssemblyAI API. Want to learn more about AssemblyAI? Check out this [product overview video](https://youtu.be/UT1sBCuSJxE)!\n\nYou will need an AssemblyAI account and API key to use these code examples. [Click here](https://www.assemblyai.com/dashboard/signup) to create and account for free.\n\nMost code examples are written in Python or Javascript, but the concepts contained in these examples can be applied to any language. You can learn more about our various models in features in our [official documentation](https://www.assemblyai.com/docs/).\n\n## Cookbook Categories\n\n### Speech-To-Text\n\n🗂️ Speech-To-Text enables you to transcribe spoken words into written text and is the foundation of all AssemblyAI products.\n\u003cdetails\u003e\n  \u003csummary\u003eSpeech-To-Text Cookbooks 🎙️\u003c/summary\u003e\n\n  🆕 [Speech-To-Text: How to Use the EU Endpoint](core-transcription/how_to_use_the_eu_endpoint.ipynb)\\\n  [Speech-To-Text: Identify Speakers in Audio Recordings](core-transcription/speaker_labels.ipynb)\\\n  [Speech-To-Text: Specify a Language](core-transcription/specify-language.ipynb)\\\n  [Speech-To-Text: Transcribe YouTube Videos](core-transcription/transcribe_youtube_videos.ipynb)\\\n  [Speech-To-Text: Delete transcripts After 24 Hours of Creation](core-transcription/schedule_delete.ipynb)\\\n  📖 👀 [Click here to see all Core Transcription cookbooks](core-transcription/README.md)❗\n\n\u003c/details\u003e\n\u003chr/\u003e\n\n### Audio Intelligence\n\n🗂️ Our Audio Intelligence models analyze audio and provide additional insights beyond speech to text.\n\u003cdetails\u003e\n  \u003csummary\u003eAudio Intelligence Cookbooks 🤖\u003c/summary\u003e\n\n  [Audio Intelligence: Create Summarized Chapters from Podcasts](audio-intelligence/auto_chapters.ipynb)\\\n  [Audio Intelligence: Identify Hate Speech in Audio and Video Files](audio-intelligence/content_moderation.ipynb)\\\n  [Audio Intelligence: Identify Highlights in Audio and Video Files](audio-intelligence/key_phrases.ipynb)\\\n  [Audio Intelligence: Create a Redacted Transcript with Entity Detection](audio-intelligence/entity_redaction.ipynb)\\\n  [Audio Intelligence: Summarize Virtual Meetings](audio-intelligence/summarization.ipynb)\\\n  📖 👀 [Click here to see all Audio Intelligence cookbooks](audio-intelligence/README.md)❗\n\n\u003c/details\u003e\n\u003chr/\u003e\n\n### Streaming STT\n\n🗂️ Transcribe live audio streams with high accuracy and low latency.\n\u003cdetails\u003e\n  \u003csummary\u003eStreaming STT Cookbooks 🕒\u003c/summary\u003e\n\n  [Streaming: Transcribe Files in Real-Time with Node.js](streaming-stt/file-transcription-nodejs)\\\n  [Streaming: Use Streaming STT](streaming-stt/real-time.ipynb)\\\n  [Streaming: Use LeMUR with Streaming STT](streaming-stt/real_time_lemur.ipynb)\\\n  [Streaming: Use LeMUR for Real-Time Translation](streaming-stt/real_time_translation.ipynb)\\\n  [Streaming: Use Twilio with Node SDK](https://github.com/AssemblyAI/twilio-realtime-tutorial)\\\n  📖 👀 [Click here to see all Streaming cookbooks](streaming-stt/README.md)❗\n\n\u003c/details\u003e\n\u003chr/\u003e\n\n### LeMUR\n\n🗂️ Apply Large Language Models to spoken data.\n\u003cdetails\u003e\n  \u003csummary\u003eLeMUR Cookbooks 🐾\u003c/summary\u003e\n\n  [LeMUR: Process Audio Files with LLMs](lemur/using-lemur.ipynb)\\\n  [LeMUR: Extract Dialogue Data](lemur/dialogue-data.ipynb)\\\n  [LeMUR: Boost Transcription Accuracy](lemur/custom-vocab-lemur.ipynb)\\\n  [LeMUR: Extract Citations from a Transcript with Semantic Search](lemur/transcript-citations.ipynb)\\\n  [LeMUR: Processing Speaker Labels with the Custom Text Input Parameter](lemur/input-text-speaker-labels.ipynb)\\\n  📖 👀 [Click here to see all LeMUR cookbooks](lemur/README.md)❗\n\n\u003c/details\u003e\n\n## SDKs and Other Resources 📚\n\nBeyond the code examples here, you can learn about the AssemblyAI API from the following resources:\n\n- [Python SDK](https://github.com/AssemblyAI/assemblyai-python-sdk)\n- [JavaScript SDK](https://github.com/AssemblyAI/assemblyai-node-sdk)\n- [Java SDK](https://github.com/AssemblyAI/assemblyai-java-sdk)\n- [Golang SDK](https://github.com/AssemblyAI/assemblyai-go-sdk)\n- [Ruby SDK](https://github.com/AssemblyAI/assemblyai-ruby-sdk)\n- [AssemblyAI API Spec](https://github.com/AssemblyAI/assemblyai-api-spec)\n- [Command Line Interface (CLI)](https://github.com/AssemblyAI/assemblyai-cli)\n- [Discuss the API in the AssemblyAI Discord](https://www.assemblyai.com/discord)\n- [Check out our YouTube Channel](https://www.youtube.com/c/assemblyai)\n- [Follow us on X](https://twitter.com/AssemblyAI)\n\n***\nIf you have any questions, please feel free to reach out to our Support team - support@assemblyai.com!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassemblyai%2Fcookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassemblyai%2Fcookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassemblyai%2Fcookbook/lists"}