EchoAI reimagine how LLM should be used and interact in your daily life through providing the seamless voice interface and sandbox to run and automate your computer
- Ask "Open Chrome and research about TSLA stocks"
- Ask "Research indepth on TSLA news and EV market in general"
- Ask "Turn on/off dark/light mode"
- Highlight an error that you are facing in VScode > Ask "Elaborate on this error"
- Select a window > Ask "summarize the current window"
- Skill ensure that EchoAI will reuse previous action so it doesn't have to figure out how to run the action through trial and error
- Skill can be saved through clicking "Save Skill" after running an action
- When creating skill, it will be saved under a temporary folder
git clone https://github.com/datduyng/hackathon-2024-05-voiceassistant
npm install
-
cp .env.example .env
and fill in the necessary environment variables- Get
OPENAI_API_KEY
from https://platform.openai.com/account/api-keys - Get
OCTOAI_API_KEY
from https://octoai.cloud/text
- Get
-
Start the Electron Dev server
npm run start
- Start the python server
npm run start-py-server