Skip to content

datduyng/hackathon-2024-05-voiceassistant

Repository files navigation

EchoAI

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

Example Usage

  • 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"

EchoAI Skills

  • 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 CleanShot 2024-05-05 at 16 57 00@2x
  • When creating skill, it will be saved under a temporary folder CleanShot 2024-05-05 at 16 50 07@2x

Running EchoAI locally

git clone https://github.com/datduyng/hackathon-2024-05-voiceassistant
npm install
npm run start
  • Start the python server
npm run start-py-server