Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,27 +1,72 @@
|
|
| 1 |
import streamlit as st
|
|
|
|
| 2 |
st.markdown('''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
-
1. Productivity
|
| 5 |
-
- Agents that act as systems of action which complete common tasks.
|
| 6 |
-
- Voice first apps
|
| 7 |
-
- Apps that provide in flow assistance avoiding context switches or breaks in flow of work.
|
| 8 |
-
2. Consumer Founders
|
| 9 |
-
- AI creates opportunities for challengers
|
| 10 |
-
- The what if it works is gigantic.
|
| 11 |
-
- Culture x technology are converging
|
| 12 |
-
3. Working
|
| 13 |
-
- Consumer can be observed but not predicted - product magic and founder intuition
|
| 14 |
-
- Culture shift plus platform shift intersection
|
| 15 |
-
- Extreme product wins with word of mouth
|
| 16 |
-
4. Creativity and Productivity
|
| 17 |
-
- Content Generation - Creativity and Craft Imagination.
|
| 18 |
-
- Content Editing - Compose, Refine and Remix.
|
| 19 |
-
- Productivity Tools - Take Action For Us
|
| 20 |
-
5. Content Generation
|
| 21 |
-
- Magic to solve creativity / writers block - no blank page problem to starting
|
| 22 |
-
- Accessible open source models on Huggingface
|
| 23 |
-
- Creating Remixable Outputs
|
| 24 |
-
|
| 25 |
## Inputs
|
| 26 |
๐ ๐ ๐ท ๐ผ๏ธ ๐๏ธ ๐ง ๐ฅ ๐น
|
| 27 |
|
|
@@ -55,35 +100,5 @@ st.markdown('''
|
|
| 55 |
## Audio
|
| 56 |
๐ต ๐ถ ๐ง ๐ป ๐ค ๐ ๐๏ธ ๐๏ธ ๐๏ธ ๐ฟ
|
| 57 |
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
- Information or System based
|
| 61 |
-
- Natural Language Requests That Connect Complex Flows
|
| 62 |
-
7. Companionship and Social
|
| 63 |
-
-AI With Personality - Engaging and Interesting to You
|
| 64 |
-
- Free Flowing Conversations
|
| 65 |
-
- Livestream and Match Making
|
| 66 |
-
- Creates more fun in our lives
|
| 67 |
-
- Improves interactions with friends and helps meet new people
|
| 68 |
-
8. Bot Assistants with Personalization and Memory
|
| 69 |
-
- Strong User Adoption and Retention Offering Something Different
|
| 70 |
-
- New methods of Interaction
|
| 71 |
-
- Memory and Progression which is Evolvable
|
| 72 |
-
- Better and Different Than Generalists
|
| 73 |
-
9. Social Participation and Interaction
|
| 74 |
-
- Human like and entertaining
|
| 75 |
-
- Real world connections and enhanced match making
|
| 76 |
-
- AI + Human Communities
|
| 77 |
-
- Live Interactive Entertainment at Massive Scale
|
| 78 |
-
- Next Gen Avatar and Communication
|
| 79 |
-
10. Personal Growth
|
| 80 |
-
- Assist Network Builders - Teachers, Doctors, Wealth Managers, Coaches, Collaborators
|
| 81 |
-
- Live Your Best Life
|
| 82 |
-
- Engage with Experts and AI with Images, Text, Voice and Video
|
| 83 |
-
- Education - Tutors in Personalized Environments
|
| 84 |
-
- Finance - Build Wealth on Autopilot with Self Managing Portfolios
|
| 85 |
-
- Wellness - Judgment Free Experts Who Listen and Plan the Future to Improve
|
| 86 |
-
- Daily health use case with memory - consistent commitment.
|
| 87 |
-
- Unlock insights - food, mood, low touch input, real time recommendations
|
| 88 |
-
|
| 89 |
-
''')
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
|
| 3 |
st.markdown('''
|
| 4 |
+
## Outline Enhanced with Emojis
|
| 5 |
+
|
| 6 |
+
1. Productivity ๐
|
| 7 |
+
- ๐ค Agents that act as systems of action which complete common tasks.
|
| 8 |
+
- ๐๏ธ Voice first apps
|
| 9 |
+
- ๐ก Apps that provide in flow assistance avoiding context switches or breaks in flow of work.
|
| 10 |
+
|
| 11 |
+
2. Consumer Founders ๐๏ธ
|
| 12 |
+
- ๐ฑ AI creates opportunities for challengers
|
| 13 |
+
- ๐ The what if it works is gigantic.
|
| 14 |
+
- ๐จ Culture x technology are converging
|
| 15 |
+
|
| 16 |
+
3. Working ๐ผ
|
| 17 |
+
- ๐ Consumer can be observed but not predicted - product magic and founder intuition
|
| 18 |
+
- ๐ Culture shift plus platform shift intersection
|
| 19 |
+
- ๐ Extreme product wins with word of mouth
|
| 20 |
+
|
| 21 |
+
4. Creativity and Productivity ๐จ๐
|
| 22 |
+
- โ๏ธ Content Generation - Creativity and Craft Imagination.
|
| 23 |
+
- ๐ Content Editing - Compose, Refine and Remix.
|
| 24 |
+
- ๐ ๏ธ Productivity Tools - Take Action For Us
|
| 25 |
+
|
| 26 |
+
5. Content Generation ๐
|
| 27 |
+
- ๐งโโ๏ธ Magic to solve creativity / writers block - no blank page problem to starting
|
| 28 |
+
- ๐ค Accessible open source models on Huggingface
|
| 29 |
+
- ๐ Creating Remixable Outputs
|
| 30 |
+
|
| 31 |
+
6. Build Your Own Workflows ๐๏ธ
|
| 32 |
+
- โ๏ธ Automation to streamline Your Work
|
| 33 |
+
- ๐พ Information or System based
|
| 34 |
+
- ๐ฃ๏ธ Natural Language Requests That Connect Complex Flows
|
| 35 |
+
|
| 36 |
+
7. Companionship and Social โค๏ธ
|
| 37 |
+
- ๐ค๐ฌ AI With Personality - Engaging and Interesting to You
|
| 38 |
+
- ๐จ๏ธ Free Flowing Conversations
|
| 39 |
+
- ๐ก Livestream and Match Making
|
| 40 |
+
- ๐ Creates more fun in our lives
|
| 41 |
+
- ๐ค Improves interactions with friends and helps meet new people
|
| 42 |
+
|
| 43 |
+
8. Bot Assistants with Personalization and Memory ๐ง
|
| 44 |
+
- ๐ก Strong User Adoption and Retention Offering Something Different
|
| 45 |
+
- ๐ New methods of Interaction
|
| 46 |
+
- ๐งฉ Memory and Progression which is Evolvable
|
| 47 |
+
- ๐ Better and Different Than Generalists
|
| 48 |
+
|
| 49 |
+
9. Social Participation and Interaction ๐ฅ
|
| 50 |
+
- ๐ญ Human like and entertaining
|
| 51 |
+
- ๐ Real world connections and enhanced match making
|
| 52 |
+
- ๐ค๐ซ AI + Human Communities
|
| 53 |
+
- ๐ฎ Live Interactive Entertainment at Massive Scale
|
| 54 |
+
- ๐ Next Gen Avatar and Communication
|
| 55 |
+
|
| 56 |
+
10. Personal Growth ๐ฑ
|
| 57 |
+
- ๐ฅ Assist Network Builders - Teachers, Doctors, Wealth Managers, Coaches, Collaborators
|
| 58 |
+
- ๐ Live Your Best Life
|
| 59 |
+
- ๐ก Engage with Experts and AI with Images, Text, Voice and Video
|
| 60 |
+
- ๐ Education - Tutors in Personalized Environments
|
| 61 |
+
- ๐ฐ Finance - Build Wealth on Autopilot with Self Managing Portfolios
|
| 62 |
+
- ๐งโโ๏ธ Wellness - Judgment Free Experts Who Listen and Plan the Future to Improve
|
| 63 |
+
- ๐ Daily health use case with memory - consistent commitment.
|
| 64 |
+
- ๐ Unlock insights - food, mood, low touch input, real time recommendations
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
# Remixable and Evolvable Inputs and Outputs:
|
| 68 |
+
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
## Inputs
|
| 71 |
๐ ๐ ๐ท ๐ผ๏ธ ๐๏ธ ๐ง ๐ฅ ๐น
|
| 72 |
|
|
|
|
| 100 |
## Audio
|
| 101 |
๐ต ๐ถ ๐ง ๐ป ๐ค ๐ ๐๏ธ ๐๏ธ ๐๏ธ ๐ฟ
|
| 102 |
|
| 103 |
+
|
| 104 |
+
''')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|