# aihome **Repository Path**: wknet123/aihome ## Basic Information - **Project Name**: aihome - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aihome ## Introduction A whole-home smart solution capable of conducting natural language conversations, controlling smart home devices, and providing user-customized services ## Architecture ![ai-home](imgs/ai-home.PNG) ## Inference procedure ![inference procedure](imgs/inference-via-corpus.PNG) ## Key features - Speech Recognition - Natural Language Processing (NLP) - Speech synthesis - Smart home control - Personal data center - Personalized services, etc. ## Get started 1. Get the code ``` git clone https://ai.gitee.com/wknet123/aihome ``` 2. Install dependencies ``` cd aihome ``` ``` pip install -r requirements.txt ```