# voice-assistant-tutorial **Repository Path**: bloodbird/voice-assistant-tutorial ## Basic Information - **Project Name**: voice-assistant-tutorial - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-18 - **Last Updated**: 2023-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Voice Assistant V1 Voice Assistant是一个可以语音交互的AI助手。你可以通过语音对话的形式向它获取你想要的信息,或者发出你的指令。 ## Installation 安装 安装 [OpenAI](https://platform.openai.com/docs/introduction)和其他依赖的包。 ``` pip install -r requirements.txt brew install portaudio ``` 填入你的[OpenAI API key](https://platform.openai.com/account/api-keys) ``` export OPENAI_API_KEY='sk-...' ``` ## Usage 使用 例:启动AI外教(或AI语音助手) ``` > python main.py ```