Skip to content

lorenzejay/utter-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bringing Open Interpreter to your Apple Ecosystem w/ Apple Shortcuts

@vkash16 and I showed our AI assistant to @bcristei

@altryne in the @SHACK15sf hackathon today. We used @OpenInterpreter , @GroqInc , @ollama with llama3 to have an AI agent control our computer without typing. We aim to shift the paradigm of voice assistants to handle agentic workflows automating tasks like an actual personal assistant. Here’s our demo examples:

— Lorenze Jay (@lorenzejayTech) View our twitter post here

Hackathon Project:

Most people have a smartphone, and instead of an additional device, would prefer connecting with their AI agents through the device they already own.

Our focus is on agentic accessibility through the users current mobile device to help reshape the paradigm of how we interact with our mobile command interfaces.

Our first example is leveraging open interpreter (and future local AI agents) triggered by your phone for a hands/typing free user experience.

Local Server

run local server

uvicorn server:app --host 0.0.0.0 --port 8000

Local Tunnel for Iphone Shortcuts

ngrok http --domain=<your-domain-set> 8000

Tools:

  1. ngrok
  2. open interpreter
  3. fastapi

Shortcut

https://www.icloud.com/shortcuts/f0618b8008654d6d93a4422cb1564dd6

About

Bringing the power of OI that you can trigger with your iphone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages