Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.48 KB

File metadata and controls

37 lines (30 loc) · 1.48 KB

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