9,872 views
Full project code on our platform: https://hub.asimov.academy/materiais/... In this video, we develop an Artificial Intelligence agent that creates complete notes in Obsidian, summarizing the content of messages sent via WhatsApp. We use Python and LangChain to create an agent capable of creating summaries of YouTube links, videos, audios, and photos sent in a WhatsApp group. Free AI and Python courses from scratch that can help you create your own solutions: https://asimov.academy/curso-gratuito... https://asimov.academy/curso-gratuito... Also check out Asimov Academy courses: https://hub.asimov.academy/curso/agen... https://hub.asimov.academy/curso/enge... https://hub.asimov.academy/curso/nave... ???? Documentation and Resources Mentioned in the Video: https://beta.openai.com/docs/ https://obsidian.md/ https://python.langchain.com/docs/ https://github.com/guillaumekln/faste... https://python-pillow.org/ https://python-poetry.org/ https://www.selenium.dev/documentatio... Timestamps: 00:00 Introduction 01:24 Explaining the code logic 04:34 How to download videos from Youtube 07:24 Extract audio from mp4 file 09:09 Transcribe audio 11:01 Functions for creating notes 15:20 How to read the message sent on Whatsapp with Selenium 19:30 Describing image content 21:31 How the main code works