Skip to content

Commit

Permalink
Update Introduction.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjima33 authored Nov 27, 2024
1 parent 45d35b8 commit 21b6c62
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/docs/developer/apps/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ These apps allow OMI to interact with external services and process data in real
| **🏎️ Real-Time Transcript Processors (not stable yet) ** | Process conversation transcripts as they occur | - Live conversation coaching, providing feedback on communication skills and suggesting improvements in real-time<br />- Handling trigger phrases like "Hey Omi, remind me to..." to set reminders or "Hey Omi, add to cart..." to update your shopping lists<br />- Performing real-time web searches or fact-checking during conversations<br />- Analyzing emotional states and providing supportive responses or suggestions<br />- Integrating with smart home systems to control devices based on conversational cues | [![Memory trigger app](https://img.youtube.com/vi/h4ojO3WzkxQ/0.jpg)](https://youtube.com/shorts/h4ojO3WzkxQ) |
|Real-time Audio Streaming|Processes raw audio real-time|[Read more here](https://docs.omi.me/docs/developer/AudioStreaming)|||||

## Potential Applications
## Potential Applications and Examples
- [Hey, omi](https://h.omi.me/apps/hey-omi-01JCZJQWAZ1J6PYNDW4S15Y5JD) (ask question and get answer via notification, real-time). See Code [here](https://github.com/BasedHardware/omi/blob/main/plugins/example/notifications/hey_omi.py)
- [Omi mentor](https://h.omi.me/apps/omi-your-mentor-and-teacher-01JCPRSZ7FS40FHFNSJZEWR8R1) - proactive AI mentor. [Code example here](https://github.com/BasedHardware/omi/blob/main/plugins/example/notifications/mentor/main.py)
- [Zapier integration](https://h.omi.me/apps/zapier). See [Code example](https://github.com/BasedHardware/omi/tree/main/plugins/example/zapier)





The OMI app system opens up a wide range of possibilities:

- A productivity app that extracts action items from meetings and adds them to a task management system
- A research assistant that provides real-time fact-checking and source citation
- A personal CRM that analyzes conversations and updates contact information and interaction history
- A data analysis tool that processes conversations about financial topics and provides instant market insights
- A app that generates structured data from casual conversations, potentially powering applications like social
networks or dating apps based on conversational content

## Getting Started

Expand Down

0 comments on commit 21b6c62

Please sign in to comment.