Analyze Excel and CSV files using AI Voice Assistant

Analyze Excel and CSV files using AI Voice Assistant

190 Lượt nghe
Analyze Excel and CSV files using AI Voice Assistant
In this video, we're going to update our AI voice assistant project to handle CSV and Excel files using Claude 3 model from Anthropic in a Python FastAPI + React NextJS project LINK TO ROADMAP: https://mpcsjempreendimentos.hotmart.host/ai-learning-roadmap-for-software-engineers-cedf71b4-a9ab-429c-b485-7c81fa6249ea Libraries installed (Backend): - anthropic https://pypi.org/project/anthropic/ - pandas https://pypi.org/project/pandas/ - openpyxl https://pypi.org/project/openpyxl/ Libraries installed (Frontend) - React material ui: https://mui.com/material-ui/?srsltid=AfmBOoof0Um8FToNCvelJPp9uVU_0ZhnVw-uOUIwWdI_zYY_lU9zkc7_ Claude API: https://www.anthropic.com/api Codebase: https://github.com/Mpcsj-Computing/ai-voice-assistant/tree/feat/claude3-and-excel-files , branch: claude3-and-excel-files 00:00 - Introduction 00:15 - Demonstration 01:16 - Project diagram 03:15 - Anthropic (Claude 3) API key setup 03:50 - Codebase and its changes 13:48 - Observations + conclusion